#456AFA

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

Shades of Royal Blue #456AFA

Tints of Royal Blue #456AFA

Color information

#456AFA (or 0x456AFA) is unknown color: approx Royal Blue. HEX triplet: 45, 6A and FA. RGB value is (69,106,250). Sum of RGB (Red+Green+Blue) = 69+106+250=425 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.24% from 425); Green value is 106 (41.80% from 255 or 24.94% from 425); Blue value is 250 (98.05% from 255 or 58.82% from 425); Max value from RGB is 250 - color contains mainly: blue. Hex color #456AFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #456AFA is #BA9505. Grayscale: #6E6E6E. Windows color (decimal): -12227846 or 16411205. OLE color: 16411205.

HSL color Cylindrical-coordinate representation of color #456AFA: hue angle of 227.73º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #456AFA is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB69106250-
CMYK0.720.5800.02
HSL227.73º94.76%62.55%-
HSV(B)227.73º72.4%98.04%-
XYZ24.8618.4892.7-
YUV111.35206.2497.79-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.24%
GREEN value IS 106 (41.80% from 255) = 24.94%
BLUE value IS 250 (98.05% from 255) = 58.82%
R=16.24%
G=24.94%
B=58.82%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal691062500.720.5800.02227.7394.7662.55
Hex456AFA483A02e45f3f
Octal105152372110720234413777
Binary10001011101010111110101001000111010010111001001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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