#1F59F0

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

Shades of Royal Blue #1F59F0

Tints of Royal Blue #1F59F0

Color information

#1F59F0 (or 0x1F59F0) is unknown color: approx Royal Blue. HEX triplet: 1F, 59 and F0. RGB value is (31,89,240). Sum of RGB (Red+Green+Blue) = 31+89+240=360 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.61% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 240 (94.14% from 255 or 66.67% from 360); Max value from RGB is 240 - color contains mainly: blue. Hex color #1F59F0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F59F0 is #E0A60F. Grayscale: #585858. Windows color (decimal): -14722576 or 15751455. OLE color: 15751455.

HSL color Cylindrical-coordinate representation of color #1F59F0: hue angle of 223.35º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F59F0 is Cyan = 0.87, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB3189240-
CMYK0.870.6300.06
HSL223.35º87.45%53.14%-
HSV(B)223.35º87.08%94.12%-
XYZ19.8713.7384.04-
YUV88.87213.2886.72-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.61%
GREEN value IS 89 (35.16% from 255) = 24.72%
BLUE value IS 240 (94.14% from 255) = 66.67%
R=8.61%
G=24.72%
B=66.67%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal31892400.870.6300.06223.3587.4553.14
Hex1F59F0573F06df5735
Octal37131360127770633712765
Binary1111110110011111000010101111111110110110111111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F59F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,89,240); }

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

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

 a { background-color: rgb(31,89,240); }

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

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

 span { border-color: rgb(31,89,240); }

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