Html Css Color HEX #219DF4 Dodger Blue

📋 copy color: '#219DF4'

red 33 ◦ green 157 ◦ blue 244

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

Shades of Dodger Blue #219DF4

Tints of Dodger Blue #219DF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 56.22%

R = 7.6%
G = 36.18%
B = 56.22%

CMYK

 C value IS 0.86

 M value IS 0.36

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#219DF4 (or 0x219DF4) is known color: Dodger Blue. HEX triplet: 21, 9D and F4. RGB value is (33,157,244). Sum of RGB (Red+Green+Blue) = 33+157+244=434 (57% of max value = 765). Red value is 33 (13.28% from 255 or 7.60% from 434); Green value is 157 (61.72% from 255 or 36.18% from 434); Blue value is 244 (95.70% from 255 or 56.22% from 434); Max value from RGB is 244 - color contains mainly: blue. Hex color #219DF4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #219DF4 is #DE620B. Grayscale: #818181. Windows color (decimal): -14574092 or 16031009. OLE color: 16031009.

HSL color Cylindrical-coordinate representation of color #219DF4: hue angle of 204.74º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #219DF4 is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 33 157 244 -
CMYK 0.86 0.36 0 0.04
HSL 204.74º 0.91% 0.54% -
HSV(B) 204.74º 0.86% 0.96% -
XYZ 29.01 30.97 90.04 -
YUV 129.84 192.42 58.93 -
System Red Green Blue C M Y K H S L
Decimal 33 157 244 0.86 0.36 0 0.04 204.74 0.91 0.54
Hex 21 9D F4 56 24 0 4 CD 5B 36
Octal 41 235 364 126 44 0 4 315 133 66
Binary 100001 10011101 11110100 1010110 100100 0 100 11001101 1011011 110110

Color Harmonies of #219DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219DF4

Black with #219DF4

Text Example


Text Example

White with #219DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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