Html Css Color HEX #217FDB Dodger Blue

📋 copy color: '#217FDB'

red 33 ◦ green 127 ◦ blue 219

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

Shades of Dodger Blue #217FDB

Tints of Dodger Blue #217FDB

RGB

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

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

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

R = 8.71%
G = 33.51%
B = 57.78%

CMYK

 C value IS 0.85

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#217FDB (or 0x217FDB) is known color: Dodger Blue. HEX triplet: 21, 7F and DB. RGB value is (33,127,219). Sum of RGB (Red+Green+Blue) = 33+127+219=379 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.71% from 379); Green value is 127 (50% from 255 or 33.51% from 379); Blue value is 219 (85.94% from 255 or 57.78% from 379); Max value from RGB is 219 - color contains mainly: blue. Hex color #217FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217FDB is #DE8024. Grayscale: #6C6C6C. Windows color (decimal): -14581797 or 14384929. OLE color: 14384929.

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

Color convert

RGB 33 127 219 -
CMYK 0.85 0.42 0 0.14
HSL 209.68º 0.74% 0.49% -
HSV(B) 209.68º 0.85% 0.86% -
XYZ 21 20.62 69.89 -
YUV 109.38 189.86 73.52 -
System Red Green Blue C M Y K H S L
Decimal 33 127 219 0.85 0.42 0 0.14 209.68 0.74 0.49
Hex 21 7F DB 55 2A 0 E D2 4A 31
Octal 41 177 333 125 52 0 16 322 112 61
Binary 100001 1111111 11011011 1010101 101010 0 1110 11010010 1001010 110001

Color Harmonies of #217FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217FDB

Black with #217FDB

Text Example


Text Example

White with #217FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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