Html Css Color HEX #219DED Dodger Blue

📋 copy color: '#219DED'

red 33 ◦ green 157 ◦ blue 237

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

Shades of Dodger Blue #219DED

Tints of Dodger Blue #219DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 55.5%

R = 7.73%
G = 36.77%
B = 55.5%

CMYK

 C value IS 0.86

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#219DED (or 0x219DED) is known color: Dodger Blue. HEX triplet: 21, 9D and ED. RGB value is (33,157,237). Sum of RGB (Red+Green+Blue) = 33+157+237=427 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.73% from 427); Green value is 157 (61.72% from 255 or 36.77% from 427); Blue value is 237 (92.97% from 255 or 55.50% from 427); Max value from RGB is 237 - color contains mainly: blue. Hex color #219DED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #219DED is #DE6212. Grayscale: #808080. Windows color (decimal): -14574099 or 15572257. OLE color: 15572257.

HSL color Cylindrical-coordinate representation of color #219DED: hue angle of 203.53º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #219DED is Cyan = 0.86, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 33 157 237 -
CMYK 0.86 0.34 0 0.07
HSL 203.53º 0.85% 0.53% -
HSV(B) 203.53º 0.86% 0.93% -
XYZ 27.97 30.55 84.54 -
YUV 129.04 188.92 59.5 -
System Red Green Blue C M Y K H S L
Decimal 33 157 237 0.86 0.34 0 0.07 203.53 0.85 0.53
Hex 21 9D ED 56 22 0 7 CC 55 35
Octal 41 235 355 126 42 0 7 314 125 65
Binary 100001 10011101 11101101 1010110 100010 0 111 11001100 1010101 110101

Color Harmonies of #219DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219DED

Black with #219DED

Text Example


Text Example

White with #219DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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