Html Css Color HEX #456AD7 Royal Blue

📋 copy color: '#456AD7'

red 69 ◦ green 106 ◦ blue 215

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

Shades of Royal Blue #456AD7

Tints of Royal Blue #456AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 55.13%

R = 17.69%
G = 27.18%
B = 55.13%

CMYK

 C value IS 0.68

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#456AD7 (or 0x456AD7) is known color: Royal Blue. HEX triplet: 45, 6A and D7. RGB value is (69,106,215). Sum of RGB (Red+Green+Blue) = 69+106+215=390 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.69% from 390); Green value is 106 (41.80% from 255 or 27.18% from 390); Blue value is 215 (84.38% from 255 or 55.13% from 390); Max value from RGB is 215 - color contains mainly: blue. Hex color #456AD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456AD7 is #BA9528. Grayscale: #6A6A6A. Windows color (decimal): -12227881 or 14117445. OLE color: 14117445.

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

Color convert

RGB 69 106 215 -
CMYK 0.68 0.51 0 0.16
HSL 224.79º 0.65% 0.56% -
HSV(B) 224.79º 0.68% 0.84% -
XYZ 19.87 16.48 66.42 -
YUV 107.36 188.74 100.64 -
System Red Green Blue C M Y K H S L
Decimal 69 106 215 0.68 0.51 0 0.16 224.79 0.65 0.56
Hex 45 6A D7 44 33 0 10 E1 41 38
Octal 105 152 327 104 63 0 20 341 101 70
Binary 1000101 1101010 11010111 1000100 110011 0 10000 11100001 1000001 111000

Color Harmonies of #456AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456AD7

Black with #456AD7

Text Example


Text Example

White with #456AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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