#445EF5

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

Shades of Royal Blue #445EF5

Tints of Royal Blue #445EF5

Color information

#445EF5 (or 0x445EF5) is unknown color: approx Royal Blue. HEX triplet: 44, 5E and F5. RGB value is (68,94,245). Sum of RGB (Red+Green+Blue) = 68+94+245=407 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.71% from 407); Green value is 94 (37.11% from 255 or 23.10% from 407); Blue value is 245 (96.09% from 255 or 60.20% from 407); Max value from RGB is 245 - color contains mainly: blue. Hex color #445EF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #445EF5 is #BBA10A. Grayscale: #666666. Windows color (decimal): -12296459 or 16080452. OLE color: 16080452.

HSL color Cylindrical-coordinate representation of color #445EF5: hue angle of 231.19º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #445EF5 is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB6894245-
CMYK0.720.6200.04
HSL231.19º89.85%61.37%-
HSV(B)231.19º72.24%96.08%-
XYZ22.8715.8388.24-
YUV103.44207.89102.72-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.71%
GREEN value IS 94 (37.11% from 255) = 23.10%
BLUE value IS 245 (96.09% from 255) = 60.20%
R=16.71%
G=23.10%
B=60.20%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal68942450.720.6200.04231.1989.8561.37
Hex445EF5483E04e75a3d
Octal104136365110760434713275
Binary100010010111101111010110010001111100100111001111011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445EF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445EF5; }

 p { color: rgb(68,94,245); }

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

<style>
 a { background-color: #445EF5; }

 a { background-color: rgb(68,94,245); }

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

<style>
 span { border-color: #445EF5; }

 span { border-color: rgb(68,94,245); }

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