Html Css Color HEX #217DDD Dodger Blue

📋 copy color: '#217DDD'

red 33 ◦ green 125 ◦ blue 221

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

Shades of Dodger Blue #217DDD

Tints of Dodger Blue #217DDD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.98%

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

R = 8.71%
G = 32.98%
B = 58.31%

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

#217DDD (or 0x217DDD) is known color: Dodger Blue. HEX triplet: 21, 7D and DD. RGB value is (33,125,221). Sum of RGB (Red+Green+Blue) = 33+125+221=379 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.71% from 379); Green value is 125 (49.22% from 255 or 32.98% from 379); Blue value is 221 (86.72% from 255 or 58.31% from 379); Max value from RGB is 221 - color contains mainly: blue. Hex color #217DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217DDD is #DE8222. Grayscale: #6B6B6B. Windows color (decimal): -14582307 or 14515489. OLE color: 14515489.

HSL color Cylindrical-coordinate representation of color #217DDD: hue angle of 210.64º 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 #217DDD is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 33 125 221 -
CMYK 0.85 0.43 0 0.13
HSL 210.64º 0.74% 0.5% -
HSV(B) 210.64º 0.85% 0.87% -
XYZ 21.01 20.21 71.2 -
YUV 108.44 191.52 74.19 -
System Red Green Blue C M Y K H S L
Decimal 33 125 221 0.85 0.43 0 0.13 210.64 0.74 0.5
Hex 21 7D DD 55 2B 0 D D3 4A 32
Octal 41 175 335 125 53 0 15 323 112 62
Binary 100001 1111101 11011101 1010101 101011 0 1101 11010011 1001010 110010

Color Harmonies of #217DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217DDD

Black with #217DDD

Text Example


Text Example

White with #217DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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