Html Css Color HEX #219EC9 Pelorous

📋 copy color: '#219EC9'

red 33 ◦ green 158 ◦ blue 201

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

Shades of Pelorous #219EC9

Tints of Pelorous #219EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 51.28%

R = 8.42%
G = 40.31%
B = 51.28%

CMYK

 C value IS 0.84

 M value IS 0.21

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#219EC9 (or 0x219EC9) is known color: Pelorous. HEX triplet: 21, 9E and C9. RGB value is (33,158,201). Sum of RGB (Red+Green+Blue) = 33+158+201=392 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.42% from 392); Green value is 158 (62.11% from 255 or 40.31% from 392); Blue value is 201 (78.91% from 255 or 51.28% from 392); Max value from RGB is 201 - color contains mainly: blue. Hex color #219EC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219EC9 is #DE6136. Grayscale: #7D7D7D. Windows color (decimal): -14573879 or 13213217. OLE color: 13213217.

HSL color Cylindrical-coordinate representation of color #219EC9: hue angle of 195.36º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #219EC9 is Cyan = 0.84, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 33 158 201 -
CMYK 0.84 0.21 0 0.21
HSL 195.36º 0.72% 0.46% -
HSV(B) 195.36º 0.84% 0.79% -
XYZ 23.4 28.99 59.62 -
YUV 125.53 170.59 62 -
System Red Green Blue C M Y K H S L
Decimal 33 158 201 0.84 0.21 0 0.21 195.36 0.72 0.46
Hex 21 9E C9 54 15 0 15 C3 48 2E
Octal 41 236 311 124 25 0 25 303 110 56
Binary 100001 10011110 11001001 1010100 10101 0 10101 11000011 1001000 101110

Color Harmonies of #219EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219EC9

Black with #219EC9

Text Example


Text Example

White with #219EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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