#1F57FF

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

Shades of Royal Blue #1F57FF

Tints of Royal Blue #1F57FF

Color information

#1F57FF (or 0x1F57FF) is unknown color: approx Royal Blue. HEX triplet: 1F, 57 and FF. RGB value is (31,87,255). Sum of RGB (Red+Green+Blue) = 31+87+255=373 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.31% from 373); Green value is 87 (34.38% from 255 or 23.32% from 373); Blue value is 255 (100% from 255 or 68.36% from 373); Max value from RGB is 255 - color contains mainly: blue. Hex color #1F57FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F57FF is #E0A800. Grayscale: #585858. Windows color (decimal): -14723073 or 16733983. OLE color: 16733983.

HSL color Cylindrical-coordinate representation of color #1F57FF: hue angle of 225º 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 #1F57FF is Cyan = 0.88, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB3187255-
CMYK0.880.6600
HSL225º100%56.08%-
HSV(B)225º87.84%100%-
XYZ22.0214.3396.21-
YUV89.41221.4586.34-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.31%
GREEN value IS 87 (34.38% from 255) = 23.32%
BLUE value IS 255 (100% from 255) = 68.36%
R=8.31%
G=23.32%
B=68.36%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal31872550.880.660022510056.08
Hex1F57FF584200e16438
Octal371273771301020034114470
Binary111111010111111111111011000100001000111000011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F57FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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