#456BFF

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

Shades of Royal Blue #456BFF

Tints of Royal Blue #456BFF

Color information

#456BFF (or 0x456BFF) is unknown color: approx Royal Blue. HEX triplet: 45, 6B and FF. RGB value is (69,107,255). Sum of RGB (Red+Green+Blue) = 69+107+255=431 (57% of max value = 765). Red value is 69 (27.34% from 255 or 16.01% from 431); Green value is 107 (42.19% from 255 or 24.83% from 431); Blue value is 255 (100% from 255 or 59.16% from 431); Max value from RGB is 255 - color contains mainly: blue. Hex color #456BFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #456BFF is #BA9400. Grayscale: #6F6F6F. Windows color (decimal): -12227585 or 16739141. OLE color: 16739141.

HSL color Cylindrical-coordinate representation of color #456BFF: hue angle of 227.74º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #456BFF is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB69107255-
CMYK0.730.5800
HSL227.74º100%63.53%-
HSV(B)227.74º72.94%100%-
XYZ25.761996.92-
YUV112.51208.4196.97-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.01%
GREEN value IS 107 (42.19% from 255) = 24.83%
BLUE value IS 255 (100% from 255) = 59.16%
R=16.01%
G=24.83%
B=59.16%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal691072550.730.5800227.7410063.53
Hex456BFF493A00e46440
Octal1051533771117200344144100
Binary10001011101011111111111001001111010001110010011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,107,255); }

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

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

 a { background-color: rgb(69,107,255); }

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

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

 span { border-color: rgb(69,107,255); }

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