Html Css Color HEX #219ECD Pelorous

📋 copy color: '#219ECD'

red 33 ◦ green 158 ◦ blue 205

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

Shades of Pelorous #219ECD

Tints of Pelorous #219ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.77%

R = 8.33%
G = 39.9%
B = 51.77%

CMYK

 C value IS 0.84

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#219ECD (or 0x219ECD) is known color: Pelorous. HEX triplet: 21, 9E and CD. RGB value is (33,158,205). Sum of RGB (Red+Green+Blue) = 33+158+205=396 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.33% from 396); Green value is 158 (62.11% from 255 or 39.90% from 396); Blue value is 205 (80.47% from 255 or 51.77% from 396); Max value from RGB is 205 - color contains mainly: blue. Hex color #219ECD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219ECD is #DE6132. Grayscale: #7D7D7D. Windows color (decimal): -14573875 or 13475361. OLE color: 13475361.

HSL color Cylindrical-coordinate representation of color #219ECD: hue angle of 196.4º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #219ECD is Cyan = 0.84, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 33 158 205 -
CMYK 0.84 0.23 0 0.20
HSL 196.4º 0.72% 0.47% -
HSV(B) 196.4º 0.84% 0.8% -
XYZ 23.87 29.18 62.13 -
YUV 125.98 172.59 61.68 -
System Red Green Blue C M Y K H S L
Decimal 33 158 205 0.84 0.23 0 0.20 196.4 0.72 0.47
Hex 21 9E CD 54 17 0 14 C4 48 2F
Octal 41 236 315 124 27 0 24 304 110 57
Binary 100001 10011110 11001101 1010100 10111 0 10100 11000100 1001000 101111

Color Harmonies of #219ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219ECD

Black with #219ECD

Text Example


Text Example

White with #219ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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