#455FD6

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

Shades of Royal Blue #455FD6

Tints of Royal Blue #455FD6

Color information

#455FD6 (or 0x455FD6) is unknown color: approx Royal Blue. HEX triplet: 45, 5F and D6. RGB value is (69,95,214). Sum of RGB (Red+Green+Blue) = 69+95+214=378 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.25% from 378); Green value is 95 (37.5% from 255 or 25.13% from 378); Blue value is 214 (83.98% from 255 or 56.61% from 378); Max value from RGB is 214 - color contains mainly: blue. Hex color #455FD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #455FD6 is #BAA029. Grayscale: #646464. Windows color (decimal): -12230698 or 14049093. OLE color: 14049093.

HSL color Cylindrical-coordinate representation of color #455FD6: hue angle of 229.24º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #455FD6 is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB6995214-
CMYK0.680.5600.16
HSL229.24º63.88%55.49%-
HSV(B)229.24º67.76%83.92%-
XYZ18.6814.365.39-
YUV100.79191.89105.32-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.25%
GREEN value IS 95 (37.5% from 255) = 25.13%
BLUE value IS 214 (83.98% from 255) = 56.61%
R=18.25%
G=25.13%
B=56.61%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal69952140.680.5600.16229.2463.8855.49
Hex455FD64438010e54037
Octal1051373261047002034510067
Binary10001011011111110101101000100111000010000111001011000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455FD6; }

 p { color: rgb(69,95,214); }

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

<style>
 a { background-color: #455FD6; }

 a { background-color: rgb(69,95,214); }

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

<style>
 span { border-color: #455FD6; }

 span { border-color: rgb(69,95,214); }

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