Html Css Color HEX #219DF7 Dodger Blue

📋 copy color: '#219DF7'

red 33 ◦ green 157 ◦ blue 247

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

Shades of Dodger Blue #219DF7

Tints of Dodger Blue #219DF7

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.93%

 BLUE value IS 247 (96.88% from 255) = 56.52%

R = 7.55%
G = 35.93%
B = 56.52%

CMYK

 C value IS 0.87

 M value IS 0.36

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#219DF7 (or 0x219DF7) is known color: Dodger Blue. HEX triplet: 21, 9D and F7. RGB value is (33,157,247). Sum of RGB (Red+Green+Blue) = 33+157+247=437 (57% of max value = 765). Red value is 33 (13.28% from 255 or 7.55% from 437); Green value is 157 (61.72% from 255 or 35.93% from 437); Blue value is 247 (96.88% from 255 or 56.52% from 437); Max value from RGB is 247 - color contains mainly: blue. Hex color #219DF7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #219DF7 is #DE6208. Grayscale: #818181. Windows color (decimal): -14574089 or 16227617. OLE color: 16227617.

HSL color Cylindrical-coordinate representation of color #219DF7: hue angle of 205.23º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #219DF7 is Cyan = 0.87, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 33 157 247 -
CMYK 0.87 0.36 0 0.03
HSL 205.23º 0.93% 0.55% -
HSV(B) 205.23º 0.87% 0.97% -
XYZ 29.47 31.15 92.46 -
YUV 130.18 193.92 58.68 -
System Red Green Blue C M Y K H S L
Decimal 33 157 247 0.87 0.36 0 0.03 205.23 0.93 0.55
Hex 21 9D F7 57 24 0 3 CD 5D 37
Octal 41 235 367 127 44 0 3 315 135 67
Binary 100001 10011101 11110111 1010111 100100 0 11 11001101 1011101 110111

Color Harmonies of #219DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219DF7

Black with #219DF7

Text Example


Text Example

White with #219DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219DF7; }

 p { color: rgb(33,157,247); }

 H1.HeaderClassName
 {
   color: #219DF7;
 }
 .AnyTagClassName
 {
   color: #219DF7;
 }
</style>

background-color css

<style>
 a { background-color: #219DF7; }

 a { background-color: rgb(33,157,247); }

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

border-color css

<style>
 span { border-color: #219DF7; }

 span { border-color: rgb(33,157,247); }

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