#1f05f6

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

Shades of Blue #1F05F6

Tints of Blue #1F05F6

Color information

#1F05F6 (or 0x1F05F6) is unknown color: approx Blue. HEX triplet: 1F, 05 and F6. RGB value is (31,5,246). Sum of RGB (Red+Green+Blue) = 31+5+246=282 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.99% from 282); Green value is 5 (2.34% from 255 or 1.77% from 282); Blue value is 246 (96.48% from 255 or 87.23% from 282); Max value from RGB is 246 - color contains mainly: blue. Hex color #1F05F6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1F05F6 is #E0FA09. Grayscale: #272727. Windows color (decimal): -14744074 or 16123167. OLE color: 16123167.

HSL color Cylindrical-coordinate representation of color #1F05F6: hue angle of 246.47º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1F05F6 is Cyan = 0.87, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB315246-
CMYK0.870.9800.04
HSL246.47º96.02%49.22%-
HSV(B)246.47º97.97%96.47%-
XYZ17.257.0587.64-
YUV40.25244.11121.4-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.99%
GREEN value IS 5 (2.34% from 255) = 1.77%
BLUE value IS 246 (96.48% from 255) = 87.23%
R=10.99%
G=1.77%
B=87.23%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal3152460.870.9800.04246.4796.0249.22
Hex1F5F6576204f66031
Octal3753661271420436614061
Binary1111110111110110101011111000100100111101101100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f05f6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,5,246); }

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

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

 a { background-color: rgb(31,5,246); }

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

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

 span { border-color: rgb(31,5,246); }

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