#1D89CD

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

Shades of Pelorous #1D89CD

Tints of Pelorous #1D89CD

Color information

#1D89CD (or 0x1D89CD) is unknown color: approx Pelorous. HEX triplet: 1D, 89 and CD. RGB value is (29,137,205). Sum of RGB (Red+Green+Blue) = 29+137+205=371 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.82% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 205 (80.47% from 255 or 55.26% from 371); Max value from RGB is 205 - color contains mainly: blue. Hex color #1D89CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D89CD is #E27632. Grayscale: #707070. Windows color (decimal): -14841395 or 13469981. OLE color: 13469981.

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

Color convert

RGB29137205-
CMYK0.860.3300.20
HSL203.18º75.21%45.88%-
HSV(B)203.18º85.85%80.39%-
XYZ20.4722.5661.03-
YUV112.46180.2268.47-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.82%
GREEN value IS 137 (53.91% from 255) = 36.93%
BLUE value IS 205 (80.47% from 255) = 55.26%
R=7.82%
G=36.93%
B=55.26%

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
Decimal291372050.860.3300.20203.1875.2145.88
Hex1D89CD5621014cb4b2e
Octal352113151264102431311356
Binary1110110001001110011011010110100001010100110010111001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D89CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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