Html Css Color HEX #456ED5 Royal Blue

📋 copy color: '#456ED5'

red 69 ◦ green 110 ◦ blue 213

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

Shades of Royal Blue #456ED5

Tints of Royal Blue #456ED5

RGB

 RED value IS 69 (27.34% from 255) = 17.6%

 GREEN value IS 110 (43.36% from 255) = 28.06%

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

R = 17.6%
G = 28.06%
B = 54.34%

CMYK

 C value IS 0.68

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#456ED5 (or 0x456ED5) is known color: Royal Blue. HEX triplet: 45, 6E and D5. RGB value is (69,110,213). Sum of RGB (Red+Green+Blue) = 69+110+213=392 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.60% from 392); Green value is 110 (43.36% from 255 or 28.06% from 392); Blue value is 213 (83.59% from 255 or 54.34% from 392); Max value from RGB is 213 - color contains mainly: blue. Hex color #456ED5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456ED5 is #BA912A. Grayscale: #6D6D6D. Windows color (decimal): -12226859 or 13987397. OLE color: 13987397.

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

Color convert

RGB 69 110 213 -
CMYK 0.68 0.48 0 0.16
HSL 222.92º 0.63% 0.55% -
HSV(B) 222.92º 0.68% 0.84% -
XYZ 20.04 17.22 65.22 -
YUV 109.48 186.42 99.12 -
System Red Green Blue C M Y K H S L
Decimal 69 110 213 0.68 0.48 0 0.16 222.92 0.63 0.55
Hex 45 6E D5 44 30 0 10 DF 3F 37
Octal 105 156 325 104 60 0 20 337 77 67
Binary 1000101 1101110 11010101 1000100 110000 0 10000 11011111 111111 110111

Color Harmonies of #456ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456ED5

Black with #456ED5

Text Example


Text Example

White with #456ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,110,213); }

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

background-color css

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

 a { background-color: rgb(69,110,213); }

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

border-color css

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

 span { border-color: rgb(69,110,213); }

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