Html Css Color HEX #217DDB Dodger Blue

📋 copy color: '#217DDB'

red 33 ◦ green 125 ◦ blue 219

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

Shades of Dodger Blue #217DDB

Tints of Dodger Blue #217DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 58.09%

R = 8.75%
G = 33.16%
B = 58.09%

CMYK

 C value IS 0.85

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#217DDB (or 0x217DDB) is known color: Dodger Blue. HEX triplet: 21, 7D and DB. RGB value is (33,125,219). Sum of RGB (Red+Green+Blue) = 33+125+219=377 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.75% from 377); Green value is 125 (49.22% from 255 or 33.16% from 377); Blue value is 219 (85.94% from 255 or 58.09% from 377); Max value from RGB is 219 - color contains mainly: blue. Hex color #217DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217DDB is #DE8224. Grayscale: #6B6B6B. Windows color (decimal): -14582309 or 14384417. OLE color: 14384417.

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

Color convert

RGB 33 125 219 -
CMYK 0.85 0.43 0 0.14
HSL 210.32º 0.74% 0.49% -
HSV(B) 210.32º 0.85% 0.86% -
XYZ 20.75 20.11 69.81 -
YUV 108.21 190.52 74.36 -
System Red Green Blue C M Y K H S L
Decimal 33 125 219 0.85 0.43 0 0.14 210.32 0.74 0.49
Hex 21 7D DB 55 2B 0 E D2 4A 31
Octal 41 175 333 125 53 0 16 322 112 61
Binary 100001 1111101 11011011 1010101 101011 0 1110 11010010 1001010 110001

Color Harmonies of #217DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217DDB

Black with #217DDB

Text Example


Text Example

White with #217DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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