#456EDB

Color #456EDB Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #456EDB

Tints of Royal Blue #456EDB

Color information

#456EDB (or 0x456EDB) is unknown color: approx Royal Blue. HEX triplet: 45, 6E and DB. RGB value is (69,110,219). Sum of RGB (Red+Green+Blue) = 69+110+219=398 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.34% from 398); Green value is 110 (43.36% from 255 or 27.64% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #456EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456EDB is #BA9124. Grayscale: #6D6D6D. Windows color (decimal): -12226853 or 14380613. OLE color: 14380613.

HSL color Cylindrical-coordinate representation of color #456EDB: hue angle of 223.6º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #456EDB is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB69110219-
CMYK0.680.5000.14
HSL223.6º67.57%56.47%-
HSV(B)223.6º68.49%85.88%-
XYZ20.8217.5369.3-
YUV110.17189.4298.64-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.34%
GREEN value IS 110 (43.36% from 255) = 27.64%
BLUE value IS 219 (85.94% from 255) = 55.03%
R=17.34%
G=27.64%
B=55.03%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal691102190.680.5000.14223.667.5756.47
Hex456EDB44320Ee04438
Octal1051563331046201634010470
Binary1000101110111011011011100010011001001110111000001000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #456EDB;
 }
 .AnyTagClassName
 {
   color: #456EDB;
 }
</style>
background-color css

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

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

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

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

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

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