Html Css Color HEX #219DC2 Pelorous

📋 copy color: '#219DC2'

red 33 ◦ green 157 ◦ blue 194

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

Shades of Pelorous #219DC2

Tints of Pelorous #219DC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 50.52%

R = 8.59%
G = 40.89%
B = 50.52%

CMYK

 C value IS 0.83

 M value IS 0.19

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#219DC2 (or 0x219DC2) is known color: Pelorous. HEX triplet: 21, 9D and C2. RGB value is (33,157,194). Sum of RGB (Red+Green+Blue) = 33+157+194=384 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.59% from 384); Green value is 157 (61.72% from 255 or 40.89% from 384); Blue value is 194 (76.17% from 255 or 50.52% from 384); Max value from RGB is 194 - color contains mainly: blue. Hex color #219DC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219DC2 is #DE623D. Grayscale: #7B7B7B. Windows color (decimal): -14574142 or 12754209. OLE color: 12754209.

HSL color Cylindrical-coordinate representation of color #219DC2: hue angle of 193.79º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #219DC2 is Cyan = 0.83, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 33 157 194 -
CMYK 0.83 0.19 0 0.24
HSL 193.79º 0.71% 0.45% -
HSV(B) 193.79º 0.83% 0.76% -
XYZ 22.42 28.33 55.33 -
YUV 124.14 167.42 62.99 -
System Red Green Blue C M Y K H S L
Decimal 33 157 194 0.83 0.19 0 0.24 193.79 0.71 0.45
Hex 21 9D C2 53 13 0 18 C2 47 2D
Octal 41 235 302 123 23 0 30 302 107 55
Binary 100001 10011101 11000010 1010011 10011 0 11000 11000010 1000111 101101

Color Harmonies of #219DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219DC2

Black with #219DC2

Text Example


Text Example

White with #219DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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