Html Css Color HEX #456AD5 Royal Blue

📋 copy color: '#456AD5'

red 69 ◦ green 106 ◦ blue 213

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

Shades of Royal Blue #456AD5

Tints of Royal Blue #456AD5

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.32%

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

R = 17.78%
G = 27.32%
B = 54.9%

CMYK

 C value IS 0.68

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#456AD5 (or 0x456AD5) is known color: Royal Blue. HEX triplet: 45, 6A and D5. RGB value is (69,106,213). Sum of RGB (Red+Green+Blue) = 69+106+213=388 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.78% from 388); Green value is 106 (41.80% from 255 or 27.32% from 388); Blue value is 213 (83.59% from 255 or 54.90% from 388); Max value from RGB is 213 - color contains mainly: blue. Hex color #456AD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456AD5 is #BA952A. Grayscale: #6A6A6A. Windows color (decimal): -12227883 or 13986373. OLE color: 13986373.

HSL color Cylindrical-coordinate representation of color #456AD5: hue angle of 224.58º 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 #456AD5 is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 69 106 213 -
CMYK 0.68 0.50 0 0.16
HSL 224.58º 0.63% 0.55% -
HSV(B) 224.58º 0.68% 0.84% -
XYZ 19.62 16.38 65.08 -
YUV 107.14 187.74 100.8 -
System Red Green Blue C M Y K H S L
Decimal 69 106 213 0.68 0.50 0 0.16 224.58 0.63 0.55
Hex 45 6A D5 44 32 0 10 E1 3F 37
Octal 105 152 325 104 62 0 20 341 77 67
Binary 1000101 1101010 11010101 1000100 110010 0 10000 11100001 111111 110111

Color Harmonies of #456AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456AD5

Black with #456AD5

Text Example


Text Example

White with #456AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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