Html Css Color HEX #465AE5 Royal Blue

📋 copy color: '#465AE5'

red 70 ◦ green 90 ◦ blue 229

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

Shades of Royal Blue #465AE5

Tints of Royal Blue #465AE5

RGB

 RED value IS 70 (27.73% from 255) = 17.99%

 GREEN value IS 90 (35.55% from 255) = 23.14%

 BLUE value IS 229 (89.84% from 255) = 58.87%

R = 17.99%
G = 23.14%
B = 58.87%

CMYK

 C value IS 0.69

 M value IS 0.61

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#465AE5 (or 0x465AE5) is known color: Royal Blue. HEX triplet: 46, 5A and E5. RGB value is (70,90,229). Sum of RGB (Red+Green+Blue) = 70+90+229=389 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.99% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 229 (89.84% from 255 or 58.87% from 389); Max value from RGB is 229 - color contains mainly: blue. Hex color #465AE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465AE5 is #B9A51A. Grayscale: #636363. Windows color (decimal): -12166427 or 15030854. OLE color: 15030854.

HSL color Cylindrical-coordinate representation of color #465AE5: hue angle of 232.45º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #465AE5 is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 70 90 229 -
CMYK 0.69 0.61 0 0.10
HSL 232.45º 0.75% 0.59% -
HSV(B) 232.45º 0.69% 0.9% -
XYZ 20.32 14.27 75.81 -
YUV 99.87 200.87 106.7 -
System Red Green Blue C M Y K H S L
Decimal 70 90 229 0.69 0.61 0 0.10 232.45 0.75 0.59
Hex 46 5A E5 45 3D 0 A E8 4B 3B
Octal 106 132 345 105 75 0 12 350 113 73
Binary 1000110 1011010 11100101 1000101 111101 0 1010 11101000 1001011 111011

Color Harmonies of #465AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465AE5

Black with #465AE5

Text Example


Text Example

White with #465AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,90,229); }

 H1.HeaderClassName
 {
   color: #465AE5;
 }
 .AnyTagClassName
 {
   color: #465AE5;
 }
</style>

background-color css

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

 a { background-color: rgb(70,90,229); }

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

border-color css

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

 span { border-color: rgb(70,90,229); }

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