#1F58F2

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

Shades of Royal Blue #1F58F2

Tints of Royal Blue #1F58F2

Color information

#1F58F2 (or 0x1F58F2) is unknown color: approx Royal Blue. HEX triplet: 1F, 58 and F2. RGB value is (31,88,242). Sum of RGB (Red+Green+Blue) = 31+88+242=361 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.59% from 361); Green value is 88 (34.77% from 255 or 24.38% from 361); Blue value is 242 (94.92% from 255 or 67.04% from 361); Max value from RGB is 242 - color contains mainly: blue. Hex color #1F58F2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F58F2 is #E0A70D. Grayscale: #575757. Windows color (decimal): -14722830 or 15882271. OLE color: 15882271.

HSL color Cylindrical-coordinate representation of color #1F58F2: hue angle of 223.79º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F58F2 is Cyan = 0.87, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB3188242-
CMYK0.870.6400.05
HSL223.79º89.03%53.53%-
HSV(B)223.79º87.19%94.9%-
XYZ20.0813.6885.59-
YUV88.51214.6286.98-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.59%
GREEN value IS 88 (34.77% from 255) = 24.38%
BLUE value IS 242 (94.92% from 255) = 67.04%
R=8.59%
G=24.38%
B=67.04%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal31882420.870.6400.05223.7989.0353.53
Hex1F58F2574005e05936
Octal371303621271000534013166
Binary11111101100011110010101011110000000101111000001011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F58F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,88,242); }

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

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

 a { background-color: rgb(31,88,242); }

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

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

 span { border-color: rgb(31,88,242); }

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