#1F08CE

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

Shades of Medium Blue #1F08CE

Tints of Medium Blue #1F08CE

Color information

#1F08CE (or 0x1F08CE) is unknown color: approx Medium Blue. HEX triplet: 1F, 08 and CE. RGB value is (31,8,206). Sum of RGB (Red+Green+Blue) = 31+8+206=245 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.65% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 206 (80.86% from 255 or 84.08% from 245); Max value from RGB is 206 - color contains mainly: blue. Hex color #1F08CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F08CE is #E0F731. Grayscale: #242424. Windows color (decimal): -14743346 or 13502495. OLE color: 13502495.

HSL color Cylindrical-coordinate representation of color #1F08CE: hue angle of 246.97º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1F08CE is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB318206-
CMYK0.850.9600.19
HSL246.97º92.52%41.96%-
HSV(B)246.97º96.12%80.78%-
XYZ11.794.9258.72-
YUV37.45223.12123.4-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.65%
GREEN value IS 8 (3.52% from 255) = 3.27%
BLUE value IS 206 (80.86% from 255) = 84.08%
R=12.65%
G=3.27%
B=84.08%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal3182060.850.9600.19246.9792.5241.96
Hex1F8CE5560013f75d2a
Octal371031612514002336713552
Binary1111110001100111010101011100000010011111101111011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F08CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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