#1F08B7

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

Shades of Medium Blue #1F08B7

Tints of Medium Blue #1F08B7

Color information

#1F08B7 (or 0x1F08B7) is unknown color: approx Medium Blue. HEX triplet: 1F, 08 and B7. RGB value is (31,8,183). Sum of RGB (Red+Green+Blue) = 31+8+183=222 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.96% from 222); Green value is 8 (3.52% from 255 or 3.60% from 222); Blue value is 183 (71.88% from 255 or 82.43% from 222); Max value from RGB is 183 - color contains mainly: blue. Hex color #1F08B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F08B7 is #E0F748. Grayscale: #222222. Windows color (decimal): -14743369 or 11995167. OLE color: 11995167.

HSL color Cylindrical-coordinate representation of color #1F08B7: hue angle of 247.89º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1F08B7 is Cyan = 0.83, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB318183-
CMYK0.830.9600.28
HSL247.89º91.62%37.45%-
HSV(B)247.89º95.63%71.76%-
XYZ9.23.8845.06-
YUV34.83211.62125.27-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.96%
GREEN value IS 8 (3.52% from 255) = 3.60%
BLUE value IS 183 (71.88% from 255) = 82.43%
R=13.96%
G=3.60%
B=82.43%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal3181830.830.9600.28247.8991.6237.45
Hex1F8B7536001Cf85c25
Octal371026712314003437013445
Binary1111110001011011110100111100000011100111110001011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F08B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,8,183); }

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

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

 a { background-color: rgb(31,8,183); }

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

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

 span { border-color: rgb(31,8,183); }

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