#456CED

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

Shades of Royal Blue #456CED

Tints of Royal Blue #456CED

Color information

#456CED (or 0x456CED) is unknown color: approx Royal Blue. HEX triplet: 45, 6C and ED. RGB value is (69,108,237). Sum of RGB (Red+Green+Blue) = 69+108+237=414 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.67% from 414); Green value is 108 (42.58% from 255 or 26.09% from 414); Blue value is 237 (92.97% from 255 or 57.25% from 414); Max value from RGB is 237 - color contains mainly: blue. Hex color #456CED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #456CED is #BA9312. Grayscale: #6E6E6E. Windows color (decimal): -12227347 or 15559749. OLE color: 15559749.

HSL color Cylindrical-coordinate representation of color #456CED: hue angle of 226.07º 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 #456CED is Cyan = 0.71, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB69108237-
CMYK0.710.5400.07
HSL226.07º82.35%60%-
HSV(B)226.07º70.89%92.94%-
XYZ23.118.182.4-
YUV111.04199.0898.01-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.67%
GREEN value IS 108 (42.58% from 255) = 26.09%
BLUE value IS 237 (92.97% from 255) = 57.25%
R=16.67%
G=26.09%
B=57.25%

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
Decimal691082370.710.5400.07226.0782.3560
Hex456CED473607e2523c
Octal105154355107660734212274
Binary100010111011001110110110001111101100111111000101010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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