#1F03E7

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

Shades of Blue #1F03E7

Tints of Blue #1F03E7

Color information

#1F03E7 (or 0x1F03E7) is unknown color: approx Blue. HEX triplet: 1F, 03 and E7. RGB value is (31,3,231). Sum of RGB (Red+Green+Blue) = 31+3+231=265 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.70% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 231 (90.62% from 255 or 87.17% from 265); Max value from RGB is 231 - color contains mainly: blue. Hex color #1F03E7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1F03E7 is #E0FC18. Grayscale: #242424. Windows color (decimal): -14744601 or 15139615. OLE color: 15139615.

HSL color Cylindrical-coordinate representation of color #1F03E7: hue angle of 247.37º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1F03E7 is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB313231-
CMYK0.870.9900.09
HSL247.37º97.44%45.88%-
HSV(B)247.37º98.7%90.59%-
XYZ15.026.1375.99-
YUV37.36237.28123.46-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.70%
GREEN value IS 3 (1.56% from 255) = 1.13%
BLUE value IS 231 (90.62% from 255) = 87.17%
R=11.70%
G=1.13%
B=87.17%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal3132310.870.9900.09247.3797.4445.88
Hex1F3E7576309f7612e
Octal37334712714301136714156
Binary1111111111001111010111110001101001111101111100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F03E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,3,231); }

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

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

 a { background-color: rgb(31,3,231); }

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

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

 span { border-color: rgb(31,3,231); }

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