#1D7FB3

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

Shades of Pelorous #1D7FB3

Tints of Pelorous #1D7FB3

Color information

#1D7FB3 (or 0x1D7FB3) is unknown color: approx Pelorous. HEX triplet: 1D, 7F and B3. RGB value is (29,127,179). Sum of RGB (Red+Green+Blue) = 29+127+179=335 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.66% from 335); Green value is 127 (50% from 255 or 37.91% from 335); Blue value is 179 (70.31% from 255 or 53.43% from 335); Max value from RGB is 179 - color contains mainly: blue. Hex color #1D7FB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D7FB3 is #E2804C. Grayscale: #676767. Windows color (decimal): -14843981 or 11763485. OLE color: 11763485.

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

Color convert

RGB29127179-
CMYK0.840.2900.30
HSL200.8º72.12%40.78%-
HSV(B)200.8º83.8%70.2%-
XYZ16.2318.6945.4-
YUV103.63170.5374.77-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.66%
GREEN value IS 127 (50% from 255) = 37.91%
BLUE value IS 179 (70.31% from 255) = 53.43%
R=8.66%
G=37.91%
B=53.43%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal291271790.840.2900.30200.872.1240.78
Hex1D7FB3541D01Ec94829
Octal351772631243503631111051
Binary11101111111110110011101010011101011110110010011001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,127,179); }

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

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

 a { background-color: rgb(29,127,179); }

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

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

 span { border-color: rgb(29,127,179); }

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