Html Css Color HEX #217EE4 Dodger Blue

📋 copy color: '#217EE4'

red 33 ◦ green 126 ◦ blue 228

#217EE4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #217EE4

Tints of Dodger Blue #217EE4

RGB

 RED value IS 33 (13.28% from 255) = 8.53%

 GREEN value IS 126 (49.61% from 255) = 32.56%

 BLUE value IS 228 (89.45% from 255) = 58.91%

R = 8.53%
G = 32.56%
B = 58.91%

CMYK

 C value IS 0.86

 M value IS 0.45

 Y value IS 0

 K value IS 0.11

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#217EE4 (or 0x217EE4) is known color: Dodger Blue. HEX triplet: 21, 7E and E4. RGB value is (33,126,228). Sum of RGB (Red+Green+Blue) = 33+126+228=387 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.53% from 387); Green value is 126 (49.61% from 255 or 32.56% from 387); Blue value is 228 (89.45% from 255 or 58.91% from 387); Max value from RGB is 228 - color contains mainly: blue. Hex color #217EE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217EE4 is #DE811B. Grayscale: #6D6D6D. Windows color (decimal): -14582044 or 14974497. OLE color: 14974497.

HSL color Cylindrical-coordinate representation of color #217EE4: hue angle of 211.38º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #217EE4 is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 33 126 228 -
CMYK 0.86 0.45 0 0.11
HSL 211.38º 0.78% 0.51% -
HSV(B) 211.38º 0.86% 0.89% -
XYZ 22.09 20.85 76.26 -
YUV 109.82 194.69 73.21 -
System Red Green Blue C M Y K H S L
Decimal 33 126 228 0.86 0.45 0 0.11 211.38 0.78 0.51
Hex 21 7E E4 56 2D 0 B D3 4E 33
Octal 41 176 344 126 55 0 13 323 116 63
Binary 100001 1111110 11100100 1010110 101101 0 1011 11010011 1001110 110011

Color Harmonies of #217EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217EE4

Black with #217EE4

Text Example


Text Example

White with #217EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217EE4; }

 p { color: rgb(33,126,228); }

 H1.HeaderClassName
 {
   color: #217EE4;
 }
 .AnyTagClassName
 {
   color: #217EE4;
 }
</style>

background-color css

<style>
 a { background-color: #217EE4; }

 a { background-color: rgb(33,126,228); }

 div.DivClassName
 {
   background-color: #217EE4;
 }
 .BgClassName
 {
   background-color: #217EE4;
 }
</style>

border-color css

<style>
 span { border-color: #217EE4; }

 span { border-color: rgb(33,126,228); }

 td.TdClassName
 {
   border-color: #217EE4;
 }
 .TagClassName
 {
   border-color: #217EE4;
 }
</style>