Html Css Color HEX #219DB8 Pelorous

📋 copy color: '#219DB8'

red 33 ◦ green 157 ◦ blue 184

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

Shades of Pelorous #219DB8

Tints of Pelorous #219DB8

RGB

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

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

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

R = 8.82%
G = 41.98%
B = 49.2%

CMYK

 C value IS 0.82

 M value IS 0.15

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#219DB8 (or 0x219DB8) is known color: Pelorous. HEX triplet: 21, 9D and B8. RGB value is (33,157,184). Sum of RGB (Red+Green+Blue) = 33+157+184=374 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.82% from 374); Green value is 157 (61.72% from 255 or 41.98% from 374); Blue value is 184 (72.27% from 255 or 49.20% from 374); Max value from RGB is 184 - color contains mainly: blue. Hex color #219DB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219DB8 is #DE6247. Grayscale: #7A7A7A. Windows color (decimal): -14574152 or 12098849. OLE color: 12098849.

HSL color Cylindrical-coordinate representation of color #219DB8: hue angle of 190.73º 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 #219DB8 is Cyan = 0.82, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 33 157 184 -
CMYK 0.82 0.15 0 0.28
HSL 190.73º 0.7% 0.43% -
HSV(B) 190.73º 0.82% 0.72% -
XYZ 21.34 27.9 49.61 -
YUV 123 162.42 63.8 -
System Red Green Blue C M Y K H S L
Decimal 33 157 184 0.82 0.15 0 0.28 190.73 0.7 0.43
Hex 21 9D B8 52 F 0 1C BF 46 2B
Octal 41 235 270 122 17 0 34 277 106 53
Binary 100001 10011101 10111000 1010010 1111 0 11100 10111111 1000110 101011

Color Harmonies of #219DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219DB8

Black with #219DB8

Text Example


Text Example

White with #219DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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