Html Css Color HEX #465EE1 Royal Blue

📋 copy color: '#465EE1'

red 70 ◦ green 94 ◦ blue 225

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

Shades of Royal Blue #465EE1

Tints of Royal Blue #465EE1

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.16%

 BLUE value IS 225 (88.28% from 255) = 57.84%

R = 17.99%
G = 24.16%
B = 57.84%

CMYK

 C value IS 0.69

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#465EE1 (or 0x465EE1) is known color: Royal Blue. HEX triplet: 46, 5E and E1. RGB value is (70,94,225). Sum of RGB (Red+Green+Blue) = 70+94+225=389 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.99% from 389); Green value is 94 (37.11% from 255 or 24.16% from 389); Blue value is 225 (88.28% from 255 or 57.84% from 389); Max value from RGB is 225 - color contains mainly: blue. Hex color #465EE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465EE1 is #B9A11E. Grayscale: #656565. Windows color (decimal): -12165407 or 14769734. OLE color: 14769734.

HSL color Cylindrical-coordinate representation of color #465EE1: hue angle of 230.71º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #465EE1 is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 70 94 225 -
CMYK 0.69 0.58 0 0.12
HSL 230.71º 0.72% 0.58% -
HSV(B) 230.71º 0.69% 0.88% -
XYZ 20.12 14.74 73.02 -
YUV 101.76 197.55 105.35 -
System Red Green Blue C M Y K H S L
Decimal 70 94 225 0.69 0.58 0 0.12 230.71 0.72 0.58
Hex 46 5E E1 45 3A 0 C E7 48 3A
Octal 106 136 341 105 72 0 14 347 110 72
Binary 1000110 1011110 11100001 1000101 111010 0 1100 11100111 1001000 111010

Color Harmonies of #465EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465EE1

Black with #465EE1

Text Example


Text Example

White with #465EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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