#1D89CB

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

Shades of Pelorous #1D89CB

Tints of Pelorous #1D89CB

Color information

#1D89CB (or 0x1D89CB) is unknown color: approx Pelorous. HEX triplet: 1D, 89 and CB. RGB value is (29,137,203). Sum of RGB (Red+Green+Blue) = 29+137+203=369 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.86% from 369); Green value is 137 (53.91% from 255 or 37.13% from 369); Blue value is 203 (79.69% from 255 or 55.01% from 369); Max value from RGB is 203 - color contains mainly: blue. Hex color #1D89CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D89CB is #E27634. Grayscale: #6F6F6F. Windows color (decimal): -14841397 or 13338909. OLE color: 13338909.

HSL color Cylindrical-coordinate representation of color #1D89CB: hue angle of 202.76º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D89CB is Cyan = 0.86, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB29137203-
CMYK0.860.3300.20
HSL202.76º75%45.49%-
HSV(B)202.76º85.71%79.61%-
XYZ20.2322.4659.77-
YUV112.23179.2268.63-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.86%
GREEN value IS 137 (53.91% from 255) = 37.13%
BLUE value IS 203 (79.69% from 255) = 55.01%
R=7.86%
G=37.13%
B=55.01%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal291372030.860.3300.20202.767545.49
Hex1D89CB5621014cb4b2d
Octal352113131264102431311355
Binary1110110001001110010111010110100001010100110010111001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D89CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D89CB; }

 p { color: rgb(29,137,203); }

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

<style>
 a { background-color: #1D89CB; }

 a { background-color: rgb(29,137,203); }

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

<style>
 span { border-color: #1D89CB; }

 span { border-color: rgb(29,137,203); }

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