#1D95CF

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

Shades of Pelorous #1D95CF

Tints of Pelorous #1D95CF

Color information

#1D95CF (or 0x1D95CF) is unknown color: approx Pelorous. HEX triplet: 1D, 95 and CF. RGB value is (29,149,207). Sum of RGB (Red+Green+Blue) = 29+149+207=385 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.53% from 385); Green value is 149 (58.59% from 255 or 38.70% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #1D95CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D95CF is #E26A30. Grayscale: #777777. Windows color (decimal): -14838321 or 13604125. OLE color: 13604125.

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

Color convert

RGB29149207-
CMYK0.860.2800.19
HSL199.55º75.42%46.27%-
HSV(B)199.55º85.99%81.18%-
XYZ22.5226.2662.91-
YUV119.73177.2463.28-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.53%
GREEN value IS 149 (58.59% from 255) = 38.70%
BLUE value IS 207 (81.25% from 255) = 53.77%
R=7.53%
G=38.70%
B=53.77%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal291492070.860.2800.19199.5575.4246.27
Hex1D95CF561C013c84b2e
Octal352253171263402331011356
Binary111011001010111001111101011011100010011110010001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D95CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,149,207); }

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

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

 a { background-color: rgb(29,149,207); }

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

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

 span { border-color: rgb(29,149,207); }

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