#1F5EF7

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

Shades of Royal Blue #1F5EF7

Tints of Royal Blue #1F5EF7

Color information

#1F5EF7 (or 0x1F5EF7) is unknown color: approx Royal Blue. HEX triplet: 1F, 5E and F7. RGB value is (31,94,247). Sum of RGB (Red+Green+Blue) = 31+94+247=372 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.33% from 372); Green value is 94 (37.11% from 255 or 25.27% from 372); Blue value is 247 (96.88% from 255 or 66.40% from 372); Max value from RGB is 247 - color contains mainly: blue. Hex color #1F5EF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F5EF7 is #E0A108. Grayscale: #5B5B5B. Windows color (decimal): -14721289 or 16211487. OLE color: 16211487.

HSL color Cylindrical-coordinate representation of color #1F5EF7: hue angle of 222.5º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F5EF7 is Cyan = 0.87, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB3194247-
CMYK0.870.6200.03
HSL222.5º93.1%54.51%-
HSV(B)222.5º87.45%96.86%-
XYZ21.3615.0189.77-
YUV92.6215.1384.06-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.33%
GREEN value IS 94 (37.11% from 255) = 25.27%
BLUE value IS 247 (96.88% from 255) = 66.40%
R=8.33%
G=25.27%
B=66.40%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal31942470.870.6200.03222.593.154.51
Hex1F5EF7573E03de5d37
Octal37136367127760333613567
Binary111111011110111101111010111111110011110111101011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5EF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,94,247); }

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

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

 a { background-color: rgb(31,94,247); }

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

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

 span { border-color: rgb(31,94,247); }

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