#456DED

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

Shades of Royal Blue #456DED

Tints of Royal Blue #456DED

Color information

#456DED (or 0x456DED) is unknown color: approx Royal Blue. HEX triplet: 45, 6D and ED. RGB value is (69,109,237). Sum of RGB (Red+Green+Blue) = 69+109+237=415 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.63% from 415); Green value is 109 (42.97% from 255 or 26.27% from 415); Blue value is 237 (92.97% from 255 or 57.11% from 415); Max value from RGB is 237 - color contains mainly: blue. Hex color #456DED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #456DED is #BA9212. Grayscale: #6F6F6F. Windows color (decimal): -12227091 or 15560005. OLE color: 15560005.

HSL color Cylindrical-coordinate representation of color #456DED: hue angle of 225.71º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #456DED is Cyan = 0.71, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB69109237-
CMYK0.710.5400.07
HSL225.71º82.35%60%-
HSV(B)225.71º70.89%92.94%-
XYZ23.2118.3282.43-
YUV111.63198.7597.59-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.63%
GREEN value IS 109 (42.97% from 255) = 26.27%
BLUE value IS 237 (92.97% from 255) = 57.11%
R=16.63%
G=26.27%
B=57.11%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal691092370.710.5400.07225.7182.3560
Hex456DED473607e2523c
Octal105155355107660734212274
Binary100010111011011110110110001111101100111111000101010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,109,237); }

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

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

 a { background-color: rgb(69,109,237); }

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

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

 span { border-color: rgb(69,109,237); }

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