COLOR #215EF8

HEX: #215EF8
RGB: (33,94,248)

Color info

#215EF8 contains mainly blue color. Web safe color of #215EF8 is #3366FF (or #36F).

RGB color model

#215EF8 color RGB value is (33,94,248).

  • red value is 33;
  • green value is 94;
  • blue value is 248.
RGB:
(33,94,248)
(13%,37%,97%)

RGB channels and saturation

R 33 of 255 = 13%
G 94 of 255 = 37%
B 248 of 255 = 97%

33
94
248

R + G + B ~ 49%. #215EF8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
33 + 94 + 248 = 375 (100%)
R 33 of 375 ~ 8.8%
G 94 of 375 ~ 25.07%
B 248 of 375 ~ 66.13%

%25.07
%66.13

CMYK color model

#215EF8 color CMYK value is (87,62,0,3).

  • cyan value is 86.69%
  • magenta value is 62.10%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(87,62,0,3)
C87M62Y0K3 
(87%,62%,0%,3%)
(0.87/0.62/0.00/0.03)	

CMYK percentages

%86.69
%62.1
%0
%2.75

Codes

Color #215EF8 in popluar color models

215EF8
RGB3394248
HSL223°93.89%55.10%
HSB/HSV223°86.69%97.25%
CMYK86.69%62.10%0.00%
2.75%

Color #215EF8 in popluar number systems.

HEX215EF8
Decimal3394248
Binary100001101111011111000
Octal41136370

Shades and tints

Shades of #215EF8

#215EF8
(33,94,248)
#1E56E2
(30,86,226)
#1B4ECC
(27,78,204)
#1846B6
(24,70,182)
#153EA0
(21,62,160)
#12368A
(18,54,138)
#0F2E74
(15,46,116)
#0C265E
(12,38,94)
#091E48
(9,30,72)
#061632
(6,22,50)
#030E1C
(3,14,28)
#000000
(0,0,0)

Tints of #215EF8

#215EF8
(33,94,248)
#356CF8
(53,108,248)
#497AF8
(73,122,248)
#5D88F8
(93,136,248)
#7196F8
(113,150,248)
#85A4F8
(133,164,248)
#99B2F8
(153,178,248)
#ADC0F8
(173,192,248)
#C1CEF8
(193,206,248)
#D5DCF8
(213,220,248)
#E9EAF8
(233,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #215EF8 color. Also use rgb(33,94,248) instead hex code.

Text Font Color

.myTextColor { color: #215EF8; }

<p style="color:#215EF8">This sample text font color is #215EF8.</p>

This text font color is #215EF8.


Background Color

.myBgColor { background-color: #215EF8; }

<div style="background-color:#215EF8">Inner text</div>

This div background color is #215EF8.


Border color

.myBorderColor { border: 1px solid #215EF8; }

<div style="border:3px solid #215EF8">Div</div>

This div border color is #215EF8.


Opacity

.myOpacity80 { color: #215EF8; opacity: 0.8; }

<p style="color:#215EF8;opacity:0.8;">80%</p>

Text with #215EF8 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #215EF8;}

<p style="text-shadow: 3px 3px 1px #215EF8">Text here.</p>

This text has shadow with #215EF8 color.

.textShadow {text-shadow: 3px 3px 1px #215EF8, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #215EF8, 5px 5px 20px red">Text here.</p>

This text has shadow with #215EF8 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#215EF8, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#215EF8, Direction=45, Strength=4)">Text</p>

This text has shadow with #215EF8 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #215EF8;
  -webkit-box-shadow:	1px 1px 3px 2px #215EF8;
  box-shadow:		1px 1px 3px 2px #215EF8;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #215EF8;
-webkit-box-shadow: 1px 1px 3px 2px #215EF8;
box-shadow:1px 1px 3px 2px #215EF8;">
Div content here</div>
This div box has shadow with color #215EF8.

Preview

Color preview on black background

This text has color #215EF8 on black background.


Color preview on white background

This text has color #215EF8 on white background.



Black color preview on #215EF8 background

This text has black color on #215EF8 background.


White color preview on #215EF8 background

This text has white color on #215EF8 background.