#457CDD

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

Shades of Royal Blue #457CDD

Tints of Royal Blue #457CDD

Color information

#457CDD (or 0x457CDD) is unknown color: approx Royal Blue. HEX triplet: 45, 7C and DD. RGB value is (69,124,221). Sum of RGB (Red+Green+Blue) = 69+124+221=414 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.67% from 414); Green value is 124 (48.83% from 255 or 29.95% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #457CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457CDD is #BA8322. Grayscale: #767676. Windows color (decimal): -12223267 or 14515269. OLE color: 14515269.

HSL color Cylindrical-coordinate representation of color #457CDD: hue angle of 218.29º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #457CDD is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB69124221-
CMYK0.690.4400.13
HSL218.29º69.09%56.86%-
HSV(B)218.29º68.78%86.67%-
XYZ22.7120.971.24-
YUV118.61185.7892.61-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.67%
GREEN value IS 124 (48.83% from 255) = 29.95%
BLUE value IS 221 (86.72% from 255) = 53.38%
R=16.67%
G=29.95%
B=53.38%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal691242210.690.4400.13218.2969.0956.86
Hex457CDD452C0Dda4539
Octal1051743351055401533210571
Binary1000101111110011011101100010110110001101110110101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457CDD; }

 p { color: rgb(69,124,221); }

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

<style>
 a { background-color: #457CDD; }

 a { background-color: rgb(69,124,221); }

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

<style>
 span { border-color: #457CDD; }

 span { border-color: rgb(69,124,221); }

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