Html Css Color HEX #465ADE Royal Blue

📋 copy color: '#465ADE'

red 70 ◦ green 90 ◦ blue 222

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

Shades of Royal Blue #465ADE

Tints of Royal Blue #465ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 58.12%

R = 18.32%
G = 23.56%
B = 58.12%

CMYK

 C value IS 0.68

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#465ADE (or 0x465ADE) is known color: Royal Blue. HEX triplet: 46, 5A and DE. RGB value is (70,90,222). Sum of RGB (Red+Green+Blue) = 70+90+222=382 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.32% from 382); Green value is 90 (35.55% from 255 or 23.56% from 382); Blue value is 222 (87.11% from 255 or 58.12% from 382); Max value from RGB is 222 - color contains mainly: blue. Hex color #465ADE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465ADE is #B9A521. Grayscale: #626262. Windows color (decimal): -12166434 or 14572102. OLE color: 14572102.

HSL color Cylindrical-coordinate representation of color #465ADE: hue angle of 232.11º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #465ADE is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 90 222 -
CMYK 0.68 0.59 0 0.13
HSL 232.11º 0.7% 0.57% -
HSV(B) 232.11º 0.68% 0.87% -
XYZ 19.37 13.89 70.77 -
YUV 99.07 197.37 107.27 -
System Red Green Blue C M Y K H S L
Decimal 70 90 222 0.68 0.59 0 0.13 232.11 0.7 0.57
Hex 46 5A DE 44 3B 0 D E8 46 39
Octal 106 132 336 104 73 0 15 350 106 71
Binary 1000110 1011010 11011110 1000100 111011 0 1101 11101000 1000110 111001

Color Harmonies of #465ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465ADE

Black with #465ADE

Text Example


Text Example

White with #465ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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