#456ECA

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

Shades of Royal Blue #456ECA

Tints of Royal Blue #456ECA

Color information

#456ECA (or 0x456ECA) is unknown color: approx Royal Blue. HEX triplet: 45, 6E and CA. RGB value is (69,110,202). Sum of RGB (Red+Green+Blue) = 69+110+202=381 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.11% from 381); Green value is 110 (43.36% from 255 or 28.87% from 381); Blue value is 202 (79.30% from 255 or 53.02% from 381); Max value from RGB is 202 - color contains mainly: blue. Hex color #456ECA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456ECA is #BA9135. Grayscale: #6B6B6B. Windows color (decimal): -12226870 or 13266501. OLE color: 13266501.

HSL color Cylindrical-coordinate representation of color #456ECA: hue angle of 221.5º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #456ECA is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB69110202-
CMYK0.660.4600.21
HSL221.5º55.65%53.14%-
HSV(B)221.5º65.84%79.22%-
XYZ18.6916.6858.11-
YUV108.23180.92100.02-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.11%
GREEN value IS 110 (43.36% from 255) = 28.87%
BLUE value IS 202 (79.30% from 255) = 53.02%
R=18.11%
G=28.87%
B=53.02%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal691102020.660.4600.21221.555.6553.14
Hex456ECA422E015de3835
Octal105156312102560253367065
Binary1000101110111011001010100001010111001010111011110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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