Html Css Color HEX #465ED5 Royal Blue

📋 copy color: '#465ED5'

red 70 ◦ green 94 ◦ blue 213

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

Shades of Royal Blue #465ED5

Tints of Royal Blue #465ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 56.5%

R = 18.57%
G = 24.93%
B = 56.5%

CMYK

 C value IS 0.67

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#465ED5 (or 0x465ED5) is known color: Royal Blue. HEX triplet: 46, 5E and D5. RGB value is (70,94,213). Sum of RGB (Red+Green+Blue) = 70+94+213=377 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.57% from 377); Green value is 94 (37.11% from 255 or 24.93% from 377); Blue value is 213 (83.59% from 255 or 56.50% from 377); Max value from RGB is 213 - color contains mainly: blue. Hex color #465ED5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465ED5 is #B9A12A. Grayscale: #636363. Windows color (decimal): -12165419 or 13983302. OLE color: 13983302.

HSL color Cylindrical-coordinate representation of color #465ED5: hue angle of 229.93º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #465ED5 is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 70 94 213 -
CMYK 0.67 0.56 0 0.16
HSL 229.93º 0.63% 0.55% -
HSV(B) 229.93º 0.67% 0.84% -
XYZ 18.54 14.11 64.7 -
YUV 100.39 191.55 106.32 -
System Red Green Blue C M Y K H S L
Decimal 70 94 213 0.67 0.56 0 0.16 229.93 0.63 0.55
Hex 46 5E D5 43 38 0 10 E6 3F 37
Octal 106 136 325 103 70 0 20 346 77 67
Binary 1000110 1011110 11010101 1000011 111000 0 10000 11100110 111111 110111

Color Harmonies of #465ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465ED5

Black with #465ED5

Text Example


Text Example

White with #465ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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