#1D95CB

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

Shades of Pelorous #1D95CB

Tints of Pelorous #1D95CB

Color information

#1D95CB (or 0x1D95CB) is unknown color: approx Pelorous. HEX triplet: 1D, 95 and CB. RGB value is (29,149,203). Sum of RGB (Red+Green+Blue) = 29+149+203=381 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.61% from 381); Green value is 149 (58.59% from 255 or 39.11% from 381); Blue value is 203 (79.69% from 255 or 53.28% from 381); Max value from RGB is 203 - color contains mainly: blue. Hex color #1D95CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D95CB is #E26A34. Grayscale: #767676. Windows color (decimal): -14838325 or 13341981. OLE color: 13341981.

HSL color Cylindrical-coordinate representation of color #1D95CB: hue angle of 198.62º 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 #1D95CB is Cyan = 0.86, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB29149203-
CMYK0.860.2700.20
HSL198.62º75%45.49%-
HSV(B)198.62º85.71%79.61%-
XYZ22.0326.0760.37-
YUV119.28175.2463.61-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.61%
GREEN value IS 149 (58.59% from 255) = 39.11%
BLUE value IS 203 (79.69% from 255) = 53.28%
R=7.61%
G=39.11%
B=53.28%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal291492030.860.2700.20198.627545.49
Hex1D95CB561B014c74b2d
Octal352253131263302430711355
Binary111011001010111001011101011011011010100110001111001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D95CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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