Html Css Color HEX #465EE8 Royal Blue

📋 copy color: '#465EE8'

red 70 ◦ green 94 ◦ blue 232

#465EE8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #465EE8

Tints of Royal Blue #465EE8

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 value IS 0.70

 M value IS 0.59

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#465EE8 (or 0x465EE8) is known color: 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

RGB 70 94 232 -
CMYK 0.70 0.59 0 0.09
HSL 231.11º 0.78% 0.59% -
HSV(B) 231.11º 0.7% 0.91% -
XYZ 21.09 15.13 78.15 -
YUV 102.56 201.05 104.78 -
System Red Green Blue C M Y K H S L
Decimal 70 94 232 0.70 0.59 0 0.09 231.11 0.78 0.59
Hex 46 5E E8 46 3B 0 9 E7 4E 3B
Octal 106 136 350 106 73 0 11 347 116 73
Binary 1000110 1011110 11101000 1000110 111011 0 1001 11100111 1001110 111011

Color Harmonies of #465EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465EE8

Black with #465EE8

Text Example


Text Example

White with #465EE8

Text Example


Text Example

HTML Codes & Css Web 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>