Html Css Color HEX #219EB8 Pelorous

📋 copy color: '#219EB8'

red 33 ◦ green 158 ◦ blue 184

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

Shades of Pelorous #219EB8

Tints of Pelorous #219EB8

RGB

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

 GREEN value IS 158 (62.11% from 255) = 42.13%

 BLUE value IS 184 (72.27% from 255) = 49.07%

R = 8.8%
G = 42.13%
B = 49.07%

CMYK

 C value IS 0.82

 M value IS 0.14

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#219EB8 (or 0x219EB8) is known color: Pelorous. HEX triplet: 21, 9E and B8. RGB value is (33,158,184). Sum of RGB (Red+Green+Blue) = 33+158+184=375 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.8% from 375); Green value is 158 (62.11% from 255 or 42.13% from 375); Blue value is 184 (72.27% from 255 or 49.07% from 375); Max value from RGB is 184 - color contains mainly: blue. Hex color #219EB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219EB8 is #DE6147. Grayscale: #7B7B7B. Windows color (decimal): -14573896 or 12099105. OLE color: 12099105.

HSL color Cylindrical-coordinate representation of color #219EB8: hue angle of 190.33º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #219EB8 is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 33 158 184 -
CMYK 0.82 0.14 0 0.28
HSL 190.33º 0.7% 0.43% -
HSV(B) 190.33º 0.82% 0.72% -
XYZ 21.51 28.24 49.66 -
YUV 123.59 162.09 63.39 -
System Red Green Blue C M Y K H S L
Decimal 33 158 184 0.82 0.14 0 0.28 190.33 0.7 0.43
Hex 21 9E B8 52 E 0 1C BE 46 2B
Octal 41 236 270 122 16 0 34 276 106 53
Binary 100001 10011110 10111000 1010010 1110 0 11100 10111110 1000110 101011

Color Harmonies of #219EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219EB8

Black with #219EB8

Text Example


Text Example

White with #219EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,158,184); }

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

background-color css

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

 a { background-color: rgb(33,158,184); }

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

border-color css

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

 span { border-color: rgb(33,158,184); }

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