Html Css Color HEX #219BEC Dodger Blue

📋 copy color: '#219BEC'

red 33 ◦ green 155 ◦ blue 236

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

Shades of Dodger Blue #219BEC

Tints of Dodger Blue #219BEC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.56%

 BLUE value IS 236 (92.58% from 255) = 55.66%

R = 7.78%
G = 36.56%
B = 55.66%

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

#219BEC (or 0x219BEC) is known color: Dodger Blue. HEX triplet: 21, 9B and EC. RGB value is (33,155,236). Sum of RGB (Red+Green+Blue) = 33+155+236=424 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.78% from 424); Green value is 155 (60.94% from 255 or 36.56% from 424); Blue value is 236 (92.58% from 255 or 55.66% from 424); Max value from RGB is 236 - color contains mainly: blue. Hex color #219BEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #219BEC is #DE6413. Grayscale: #7F7F7F. Windows color (decimal): -14574612 or 15506209. OLE color: 15506209.

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

Color convert

RGB 33 155 236 -
CMYK 0.86 0.34 0 0.07
HSL 203.94º 0.84% 0.53% -
HSV(B) 203.94º 0.86% 0.93% -
XYZ 27.49 29.82 83.66 -
YUV 127.76 189.08 60.41 -
System Red Green Blue C M Y K H S L
Decimal 33 155 236 0.86 0.34 0 0.07 203.94 0.84 0.53
Hex 21 9B EC 56 22 0 7 CC 54 35
Octal 41 233 354 126 42 0 7 314 124 65
Binary 100001 10011011 11101100 1010110 100010 0 111 11001100 1010100 110101

Color Harmonies of #219BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219BEC

Black with #219BEC

Text Example


Text Example

White with #219BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,155,236); }

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

background-color css

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

 a { background-color: rgb(33,155,236); }

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

border-color css

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

 span { border-color: rgb(33,155,236); }

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