Html Css Color HEX #217FE0 Dodger Blue

📋 copy color: '#217FE0'

red 33 ◦ green 127 ◦ blue 224

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

Shades of Dodger Blue #217FE0

Tints of Dodger Blue #217FE0

RGB

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

 GREEN value IS 127 (50% from 255) = 33.07%

 BLUE value IS 224 (87.89% from 255) = 58.33%

R = 8.59%
G = 33.07%
B = 58.33%

CMYK

 C value IS 0.85

 M value IS 0.43

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#217FE0 (or 0x217FE0) is known color: Dodger Blue. HEX triplet: 21, 7F and E0. RGB value is (33,127,224). Sum of RGB (Red+Green+Blue) = 33+127+224=384 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.59% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 224 (87.89% from 255 or 58.33% from 384); Max value from RGB is 224 - color contains mainly: blue. Hex color #217FE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217FE0 is #DE801F. Grayscale: #6D6D6D. Windows color (decimal): -14581792 or 14712609. OLE color: 14712609.

HSL color Cylindrical-coordinate representation of color #217FE0: hue angle of 210.47º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #217FE0 is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 33 127 224 -
CMYK 0.85 0.43 0 0.12
HSL 210.47º 0.75% 0.5% -
HSV(B) 210.47º 0.85% 0.88% -
XYZ 21.67 20.88 73.41 -
YUV 109.95 192.36 73.11 -
System Red Green Blue C M Y K H S L
Decimal 33 127 224 0.85 0.43 0 0.12 210.47 0.75 0.5
Hex 21 7F E0 55 2B 0 C D2 4B 32
Octal 41 177 340 125 53 0 14 322 113 62
Binary 100001 1111111 11100000 1010101 101011 0 1100 11010010 1001011 110010

Color Harmonies of #217FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217FE0

Black with #217FE0

Text Example


Text Example

White with #217FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,127,224); }

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

background-color css

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

 a { background-color: rgb(33,127,224); }

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

border-color css

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

 span { border-color: rgb(33,127,224); }

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