#1e56ff

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

Shades of Royal Blue #1E56FF

Tints of Royal Blue #1E56FF

Color information

#1E56FF (or 0x1E56FF) is unknown color: approx Royal Blue. HEX triplet: 1E, 56 and FF. RGB value is (30,86,255). Sum of RGB (Red+Green+Blue) = 30+86+255=371 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.09% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 255 (100% from 255 or 68.73% from 371); Max value from RGB is 255 - color contains mainly: blue. Hex color #1E56FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E56FF is #E1A900. Grayscale: #575757. Windows color (decimal): -14788865 or 16733726. OLE color: 16733726.

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

Color convert

RGB3086255-
CMYK0.880.6600
HSL225.07º100%55.88%-
HSV(B)225.07º88.24%100%-
XYZ21.9114.1596.18-
YUV88.52221.9586.26-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.09%
GREEN value IS 86 (33.98% from 255) = 23.18%
BLUE value IS 255 (100% from 255) = 68.73%
R=8.09%
G=23.18%
B=68.73%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal30862550.880.6600225.0710055.88
Hex1E56FF584200e16438
Octal361263771301020034114470
Binary111101010110111111111011000100001000111000011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e56ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,86,255); }

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

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

 a { background-color: rgb(30,86,255); }

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

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

 span { border-color: rgb(30,86,255); }

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