#219DCB

Color #219DCB Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #219DCB

Tints of Pelorous #219DCB

Color information

#219DCB (or 0x219DCB) is unknown color: approx Pelorous. HEX triplet: 21, 9D and CB. RGB value is (33,157,203). Sum of RGB (Red+Green+Blue) = 33+157+203=393 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.40% from 393); Green value is 157 (61.72% from 255 or 39.95% from 393); Blue value is 203 (79.69% from 255 or 51.65% from 393); Max value from RGB is 203 - color contains mainly: blue. Hex color #219DCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219DCB is #DE6234. Grayscale: #7C7C7C. Windows color (decimal): -14574133 or 13344033. OLE color: 13344033.

HSL color Cylindrical-coordinate representation of color #219DCB: hue angle of 196.24º 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 #219DCB is Cyan = 0.84, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB33157203-
CMYK0.840.2300.20
HSL196.24º72.03%46.27%-
HSV(B)196.24º83.74%79.61%-
XYZ23.4628.7560.81-
YUV125.17171.9262.26-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.40%
GREEN value IS 157 (61.72% from 255) = 39.95%
BLUE value IS 203 (79.69% from 255) = 51.65%
R=8.40%
G=39.95%
B=51.65%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal331572030.840.2300.20196.2472.0346.27
Hex219DCB5417014c4482e
Octal412353131242702430411056
Binary1000011001110111001011101010010111010100110001001001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #219DCB;
 }
 .AnyTagClassName
 {
   color: #219DCB;
 }
</style>
background-color css

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

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

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

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

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

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