#445BE0

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

Shades of Royal Blue #445BE0

Tints of Royal Blue #445BE0

Color information

#445BE0 (or 0x445BE0) is unknown color: approx Royal Blue. HEX triplet: 44, 5B and E0. RGB value is (68,91,224). Sum of RGB (Red+Green+Blue) = 68+91+224=383 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.75% from 383); Green value is 91 (35.94% from 255 or 23.76% from 383); Blue value is 224 (87.89% from 255 or 58.49% from 383); Max value from RGB is 224 - color contains mainly: blue. Hex color #445BE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445BE0 is #BBA41F. Grayscale: #626262. Windows color (decimal): -12297248 or 14703428. OLE color: 14703428.

HSL color Cylindrical-coordinate representation of color #445BE0: hue angle of 231.15º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #445BE0 is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB6891224-
CMYK0.700.5900.12
HSL231.15º71.56%57.25%-
HSV(B)231.15º69.64%87.84%-
XYZ19.5814.0972.21-
YUV99.28198.38105.69-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.75%
GREEN value IS 91 (35.94% from 255) = 23.76%
BLUE value IS 224 (87.89% from 255) = 58.49%
R=17.75%
G=23.76%
B=58.49%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal68912240.700.5900.12231.1571.5657.25
Hex445BE0463B0Ce74839
Octal1041333401067301434711071
Binary1000100101101111100000100011011101101100111001111001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,91,224); }

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

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

 a { background-color: rgb(68,91,224); }

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

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

 span { border-color: rgb(68,91,224); }

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