#1F8BD1

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

Shades of Pelorous #1F8BD1

Tints of Pelorous #1F8BD1

Color information

#1F8BD1 (or 0x1F8BD1) is unknown color: approx Pelorous. HEX triplet: 1F, 8B and D1. RGB value is (31,139,209). Sum of RGB (Red+Green+Blue) = 31+139+209=379 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.18% from 379); Green value is 139 (54.69% from 255 or 36.68% from 379); Blue value is 209 (82.03% from 255 or 55.15% from 379); Max value from RGB is 209 - color contains mainly: blue. Hex color #1F8BD1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F8BD1 is #E0742E. Grayscale: #727272. Windows color (decimal): -14709807 or 13732639. OLE color: 13732639.

HSL color Cylindrical-coordinate representation of color #1F8BD1: hue angle of 203.6º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F8BD1 is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB31139209-
CMYK0.850.3300.18
HSL203.6º74.17%47.06%-
HSV(B)203.6º85.17%81.96%-
XYZ21.3123.3663.71-
YUV114.69181.2268.31-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.18%
GREEN value IS 139 (54.69% from 255) = 36.68%
BLUE value IS 209 (82.03% from 255) = 55.15%
R=8.18%
G=36.68%
B=55.15%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal311392090.850.3300.18203.674.1747.06
Hex1F8BD15521012cc4a2f
Octal372133211254102231411257
Binary1111110001011110100011010101100001010010110011001001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,139,209); }

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

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

 a { background-color: rgb(31,139,209); }

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

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

 span { border-color: rgb(31,139,209); }

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