#456DF1

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

Shades of Royal Blue #456DF1

Tints of Royal Blue #456DF1

Color information

#456DF1 (or 0x456DF1) is unknown color: approx Royal Blue. HEX triplet: 45, 6D and F1. RGB value is (69,109,241). Sum of RGB (Red+Green+Blue) = 69+109+241=419 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.47% from 419); Green value is 109 (42.97% from 255 or 26.01% from 419); Blue value is 241 (94.53% from 255 or 57.52% from 419); Max value from RGB is 241 - color contains mainly: blue. Hex color #456DF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #456DF1 is #BA920E. Grayscale: #6F6F6F. Windows color (decimal): -12227087 or 15822149. OLE color: 15822149.

HSL color Cylindrical-coordinate representation of color #456DF1: hue angle of 226.05º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #456DF1 is Cyan = 0.71, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB69109241-
CMYK0.710.5500.05
HSL226.05º86%60.78%-
HSV(B)226.05º71.37%94.51%-
XYZ23.818.5585.55-
YUV112.09200.7597.27-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.47%
GREEN value IS 109 (42.97% from 255) = 26.01%
BLUE value IS 241 (94.53% from 255) = 57.52%
R=16.47%
G=26.01%
B=57.52%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal691092410.710.5500.05226.058660.78
Hex456DF1473705e2563d
Octal105155361107670534212675
Binary100010111011011111000110001111101110101111000101010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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