Html Css Color HEX #219CEA Dodger Blue

📋 copy color: '#219CEA'

red 33 ◦ green 156 ◦ blue 234

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

Shades of Dodger Blue #219CEA

Tints of Dodger Blue #219CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 55.32%

R = 7.8%
G = 36.88%
B = 55.32%

CMYK

 C value IS 0.86

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#219CEA (or 0x219CEA) is known color: Dodger Blue. HEX triplet: 21, 9C and EA. RGB value is (33,156,234). Sum of RGB (Red+Green+Blue) = 33+156+234=423 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.80% from 423); Green value is 156 (61.33% from 255 or 36.88% from 423); Blue value is 234 (91.80% from 255 or 55.32% from 423); Max value from RGB is 234 - color contains mainly: blue. Hex color #219CEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #219CEA is #DE6315. Grayscale: #7F7F7F. Windows color (decimal): -14574358 or 15375393. OLE color: 15375393.

HSL color Cylindrical-coordinate representation of color #219CEA: hue angle of 203.28º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #219CEA is Cyan = 0.86, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 33 156 234 -
CMYK 0.86 0.33 0 0.08
HSL 203.28º 0.83% 0.52% -
HSV(B) 203.28º 0.86% 0.92% -
XYZ 27.37 30.04 82.2 -
YUV 128.12 187.75 60.16 -
System Red Green Blue C M Y K H S L
Decimal 33 156 234 0.86 0.33 0 0.08 203.28 0.83 0.52
Hex 21 9C EA 56 21 0 8 CB 53 34
Octal 41 234 352 126 41 0 10 313 123 64
Binary 100001 10011100 11101010 1010110 100001 0 1000 11001011 1010011 110100

Color Harmonies of #219CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219CEA

Black with #219CEA

Text Example


Text Example

White with #219CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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