Html Css Color HEX #219CED Dodger Blue

📋 copy color: '#219CED'

red 33 ◦ green 156 ◦ blue 237

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

Shades of Dodger Blue #219CED

Tints of Dodger Blue #219CED

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.62%

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

R = 7.75%
G = 36.62%
B = 55.63%

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

#219CED (or 0x219CED) is known color: Dodger Blue. HEX triplet: 21, 9C and ED. RGB value is (33,156,237). Sum of RGB (Red+Green+Blue) = 33+156+237=426 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.75% from 426); Green value is 156 (61.33% from 255 or 36.62% from 426); Blue value is 237 (92.97% from 255 or 55.63% from 426); Max value from RGB is 237 - color contains mainly: blue. Hex color #219CED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #219CED is #DE6312. Grayscale: #808080. Windows color (decimal): -14574355 or 15572001. OLE color: 15572001.

HSL color Cylindrical-coordinate representation of color #219CED: hue angle of 203.82º 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 #219CED is Cyan = 0.86, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 33 156 237 -
CMYK 0.86 0.34 0 0.07
HSL 203.82º 0.85% 0.53% -
HSV(B) 203.82º 0.86% 0.93% -
XYZ 27.8 30.21 84.49 -
YUV 128.46 189.25 59.91 -
System Red Green Blue C M Y K H S L
Decimal 33 156 237 0.86 0.34 0 0.07 203.82 0.85 0.53
Hex 21 9C ED 56 22 0 7 CC 55 35
Octal 41 234 355 126 42 0 7 314 125 65
Binary 100001 10011100 11101101 1010110 100010 0 111 11001100 1010101 110101

Color Harmonies of #219CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219CED

Black with #219CED

Text Example


Text Example

White with #219CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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