#1D90D0

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

Shades of Pelorous #1D90D0

Tints of Pelorous #1D90D0

Color information

#1D90D0 (or 0x1D90D0) is unknown color: approx Pelorous. HEX triplet: 1D, 90 and D0. RGB value is (29,144,208). Sum of RGB (Red+Green+Blue) = 29+144+208=381 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.61% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 208 (81.64% from 255 or 54.59% from 381); Max value from RGB is 208 - color contains mainly: blue. Hex color #1D90D0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D90D0 is #E26F2F. Grayscale: #747474. Windows color (decimal): -14839600 or 13668381. OLE color: 13668381.

HSL color Cylindrical-coordinate representation of color #1D90D0: hue angle of 201.45º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D90D0 is Cyan = 0.86, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB29144208-
CMYK0.860.3100.18
HSL201.45º75.53%46.47%-
HSV(B)201.45º86.06%81.57%-
XYZ21.8724.7663.3-
YUV116.91179.465.3-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.61%
GREEN value IS 144 (56.64% from 255) = 37.80%
BLUE value IS 208 (81.64% from 255) = 54.59%
R=7.61%
G=37.80%
B=54.59%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal291442080.860.3100.18201.4575.5346.47
Hex1D90D0561F012c94c2e
Octal352203201263702231111456
Binary111011001000011010000101011011111010010110010011001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D90D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,144,208); }

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

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

 a { background-color: rgb(29,144,208); }

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

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

 span { border-color: rgb(29,144,208); }

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