#465EE8

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

Shades of Royal Blue #465EE8

Tints of Royal Blue #465EE8

Color information

#465EE8 (or 0x465EE8) is unknown color: approx Royal Blue. HEX triplet: 46, 5E and E8. RGB value is (70,94,232). Sum of RGB (Red+Green+Blue) = 70+94+232=396 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.68% from 396); Green value is 94 (37.11% from 255 or 23.74% from 396); Blue value is 232 (91.02% from 255 or 58.59% from 396); Max value from RGB is 232 - color contains mainly: blue. Hex color #465EE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #465EE8 is #B9A117. Grayscale: #656565. Windows color (decimal): -12165400 or 15228486. OLE color: 15228486.

HSL color Cylindrical-coordinate representation of color #465EE8: hue angle of 231.11º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #465EE8 is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB7094232-
CMYK0.700.5900.09
HSL231.11º77.88%59.22%-
HSV(B)231.11º69.83%90.98%-
XYZ21.0915.1378.15-
YUV102.56201.05104.78-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.68%
GREEN value IS 94 (37.11% from 255) = 23.74%
BLUE value IS 232 (91.02% from 255) = 58.59%
R=17.68%
G=23.74%
B=58.59%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal70942320.700.5900.09231.1177.8859.22
Hex465EE8463B09e74e3b
Octal1061363501067301134711673
Binary1000110101111011101000100011011101101001111001111001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465EE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465EE8; }

 p { color: rgb(70,94,232); }

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

<style>
 a { background-color: #465EE8; }

 a { background-color: rgb(70,94,232); }

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

<style>
 span { border-color: #465EE8; }

 span { border-color: rgb(70,94,232); }

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