#1e51ef

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

Shades of Royal Blue #1E51EF

Tints of Royal Blue #1E51EF

Color information

#1E51EF (or 0x1E51EF) is unknown color: approx Royal Blue. HEX triplet: 1E, 51 and EF. RGB value is (30,81,239). Sum of RGB (Red+Green+Blue) = 30+81+239=350 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.57% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 239 (93.75% from 255 or 68.29% from 350); Max value from RGB is 239 - color contains mainly: blue. Hex color #1E51EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E51EF is #E1AE10. Grayscale: #535353. Windows color (decimal): -14790161 or 15683870. OLE color: 15683870.

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

Color convert

RGB3081239-
CMYK0.870.6600.06
HSL225.36º86.72%52.75%-
HSV(B)225.36º87.45%93.73%-
XYZ19.0612.3983.05-
YUV83.76215.689.65-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.57%
GREEN value IS 81 (32.03% from 255) = 23.14%
BLUE value IS 239 (93.75% from 255) = 68.29%
R=8.57%
G=23.14%
B=68.29%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal30812390.870.6600.06225.3686.7252.75
Hex1E51EF574206e15735
Octal361213571271020634112765
Binary11110101000111101111101011110000100110111000011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e51ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,81,239); }

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

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

 a { background-color: rgb(30,81,239); }

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

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

 span { border-color: rgb(30,81,239); }

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