#455fe1

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

Shades of Royal Blue #455FE1

Tints of Royal Blue #455FE1

Color information

#455FE1 (or 0x455FE1) is unknown color: approx Royal Blue. HEX triplet: 45, 5F and E1. RGB value is (69,95,225). Sum of RGB (Red+Green+Blue) = 69+95+225=389 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.74% from 389); Green value is 95 (37.5% from 255 or 24.42% from 389); Blue value is 225 (88.28% from 255 or 57.84% from 389); Max value from RGB is 225 - color contains mainly: blue. Hex color #455FE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #455FE1 is #BAA01E. Grayscale: #656565. Windows color (decimal): -12230687 or 14769989. OLE color: 14769989.

HSL color Cylindrical-coordinate representation of color #455FE1: hue angle of 230º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #455FE1 is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB6995225-
CMYK0.690.5800.12
HSL230º72.22%57.65%-
HSV(B)230º69.33%88.24%-
XYZ20.1414.8973.05-
YUV102.05197.39104.43-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.74%
GREEN value IS 95 (37.5% from 255) = 24.42%
BLUE value IS 225 (88.28% from 255) = 57.84%
R=17.74%
G=24.42%
B=57.84%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal69952250.690.5800.1223072.2257.65
Hex455FE1453A0Ce6483a
Octal1051373411057201434611072
Binary1000101101111111100001100010111101001100111001101001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455fe1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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