#1D8BCC

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

Shades of Pelorous #1D8BCC

Tints of Pelorous #1D8BCC

Color information

#1D8BCC (or 0x1D8BCC) is unknown color: approx Pelorous. HEX triplet: 1D, 8B and CC. RGB value is (29,139,204). Sum of RGB (Red+Green+Blue) = 29+139+204=372 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.80% from 372); Green value is 139 (54.69% from 255 or 37.37% from 372); Blue value is 204 (80.08% from 255 or 54.84% from 372); Max value from RGB is 204 - color contains mainly: blue. Hex color #1D8BCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D8BCC is #E27433. Grayscale: #717171. Windows color (decimal): -14840884 or 13404957. OLE color: 13404957.

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

Color convert

RGB29139204-
CMYK0.860.3200.2
HSL202.29º75.11%45.69%-
HSV(B)202.29º85.78%80%-
XYZ20.6423.0960.5-
YUV113.52179.0667.71-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.80%
GREEN value IS 139 (54.69% from 255) = 37.37%
BLUE value IS 204 (80.08% from 255) = 54.84%
R=7.80%
G=37.37%
B=54.84%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal291392040.860.3200.2202.2975.1145.69
Hex1D8BCC5620014ca4b2e
Octal352133141264002431211356
Binary1110110001011110011001010110100000010100110010101001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D8BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,139,204); }

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

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

 a { background-color: rgb(29,139,204); }

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

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

 span { border-color: rgb(29,139,204); }

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