Html Css Color HEX #219ECC Pelorous

📋 copy color: '#219ECC'

red 33 ◦ green 158 ◦ blue 204

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

Shades of Pelorous #219ECC

Tints of Pelorous #219ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.65%

R = 8.35%
G = 40%
B = 51.65%

CMYK

 C value IS 0.84

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#219ECC (or 0x219ECC) is known color: Pelorous. HEX triplet: 21, 9E and CC. RGB value is (33,158,204). Sum of RGB (Red+Green+Blue) = 33+158+204=395 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.35% from 395); Green value is 158 (62.11% from 255 or 40% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #219ECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219ECC is #DE6133. Grayscale: #7D7D7D. Windows color (decimal): -14573876 or 13409825. OLE color: 13409825.

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

Color convert

RGB 33 158 204 -
CMYK 0.84 0.23 0 0.2
HSL 196.14º 0.72% 0.46% -
HSV(B) 196.14º 0.84% 0.8% -
XYZ 23.75 29.14 61.5 -
YUV 125.87 172.09 61.76 -
System Red Green Blue C M Y K H S L
Decimal 33 158 204 0.84 0.23 0 0.2 196.14 0.72 0.46
Hex 21 9E CC 54 17 0 14 C4 48 2E
Octal 41 236 314 124 27 0 24 304 110 56
Binary 100001 10011110 11001100 1010100 10111 0 10100 11000100 1001000 101110

Color Harmonies of #219ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219ECC

Black with #219ECC

Text Example


Text Example

White with #219ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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