#1F59FF

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

Shades of Royal Blue #1F59FF

Tints of Royal Blue #1F59FF

Color information

#1F59FF (or 0x1F59FF) is unknown color: approx Royal Blue. HEX triplet: 1F, 59 and FF. RGB value is (31,89,255). Sum of RGB (Red+Green+Blue) = 31+89+255=375 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.27% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 255 (100% from 255 or 68% from 375); Max value from RGB is 255 - color contains mainly: blue. Hex color #1F59FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F59FF is #E0A600. Grayscale: #595959. Windows color (decimal): -14722561 or 16734495. OLE color: 16734495.

HSL color Cylindrical-coordinate representation of color #1F59FF: hue angle of 224.46º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F59FF is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB3189255-
CMYK0.880.6500
HSL224.46º100%56.08%-
HSV(B)224.46º87.84%100%-
XYZ22.1914.6696.27-
YUV90.58220.7885.5-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.27%
GREEN value IS 89 (35.16% from 255) = 23.73%
BLUE value IS 255 (100% from 255) = 68%
R=8.27%
G=23.73%
B=68%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal31892550.880.6500224.4610056.08
Hex1F59FF584100e06438
Octal371313771301010034014470
Binary111111011001111111111011000100000100111000001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F59FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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