Html Css Color HEX #217FDD Dodger Blue

📋 copy color: '#217FDD'

red 33 ◦ green 127 ◦ blue 221

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

Shades of Dodger Blue #217FDD

Tints of Dodger Blue #217FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 58.01%

R = 8.66%
G = 33.33%
B = 58.01%

CMYK

 C value IS 0.85

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#217FDD (or 0x217FDD) is known color: Dodger Blue. HEX triplet: 21, 7F and DD. RGB value is (33,127,221). Sum of RGB (Red+Green+Blue) = 33+127+221=381 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.66% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 221 (86.72% from 255 or 58.01% from 381); Max value from RGB is 221 - color contains mainly: blue. Hex color #217FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217FDD is #DE8022. Grayscale: #6D6D6D. Windows color (decimal): -14581795 or 14516001. OLE color: 14516001.

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

Color convert

RGB 33 127 221 -
CMYK 0.85 0.43 0 0.13
HSL 210º 0.74% 0.5% -
HSV(B) 210º 0.85% 0.87% -
XYZ 21.27 20.72 71.29 -
YUV 109.61 190.86 73.36 -
System Red Green Blue C M Y K H S L
Decimal 33 127 221 0.85 0.43 0 0.13 210 0.74 0.5
Hex 21 7F DD 55 2B 0 D D2 4A 32
Octal 41 177 335 125 53 0 15 322 112 62
Binary 100001 1111111 11011101 1010101 101011 0 1101 11010010 1001010 110010

Color Harmonies of #217FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217FDD

Black with #217FDD

Text Example


Text Example

White with #217FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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