#1D8DB4

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

Shades of Pelorous #1D8DB4

Tints of Pelorous #1D8DB4

Color information

#1D8DB4 (or 0x1D8DB4) is unknown color: approx Pelorous. HEX triplet: 1D, 8D and B4. RGB value is (29,141,180). Sum of RGB (Red+Green+Blue) = 29+141+180=350 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.29% from 350); Green value is 141 (55.47% from 255 or 40.29% from 350); Blue value is 180 (70.70% from 255 or 51.43% from 350); Max value from RGB is 180 - color contains mainly: blue. Hex color #1D8DB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D8DB4 is #E2724B. Grayscale: #6F6F6F. Windows color (decimal): -14840396 or 11832605. OLE color: 11832605.

HSL color Cylindrical-coordinate representation of color #1D8DB4: hue angle of 195.5º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D8DB4 is Cyan = 0.84, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB29141180-
CMYK0.840.2200.29
HSL195.5º72.25%40.98%-
HSV(B)195.5º83.89%70.59%-
XYZ18.2722.6146.58-
YUV111.96166.3968.83-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.29%
GREEN value IS 141 (55.47% from 255) = 40.29%
BLUE value IS 180 (70.70% from 255) = 51.43%
R=8.29%
G=40.29%
B=51.43%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal291411800.840.2200.29195.572.2540.98
Hex1D8DB4541601Dc34829
Octal352152641242603530311051
Binary111011000110110110100101010010110011101110000111001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D8DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,141,180); }

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

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

 a { background-color: rgb(29,141,180); }

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

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

 span { border-color: rgb(29,141,180); }

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