#445EED

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

Shades of Royal Blue #445EED

Tints of Royal Blue #445EED

Color information

#445EED (or 0x445EED) is unknown color: approx Royal Blue. HEX triplet: 44, 5E and ED. RGB value is (68,94,237). Sum of RGB (Red+Green+Blue) = 68+94+237=399 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.04% from 399); Green value is 94 (37.11% from 255 or 23.56% from 399); Blue value is 237 (92.97% from 255 or 59.40% from 399); Max value from RGB is 237 - color contains mainly: blue. Hex color #445EED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #445EED is #BBA112. Grayscale: #656565. Windows color (decimal): -12296467 or 15556164. OLE color: 15556164.

HSL color Cylindrical-coordinate representation of color #445EED: hue angle of 230.77º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #445EED is Cyan = 0.71, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB6894237-
CMYK0.710.6000.07
HSL230.77º82.44%59.8%-
HSV(B)230.77º71.31%92.94%-
XYZ21.6715.3581.94-
YUV102.53203.89103.37-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.04%
GREEN value IS 94 (37.11% from 255) = 23.56%
BLUE value IS 237 (92.97% from 255) = 59.40%
R=17.04%
G=23.56%
B=59.40%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal68942370.710.6000.07230.7782.4459.8
Hex445EED473C07e7523c
Octal104136355107740734712274
Binary100010010111101110110110001111111000111111001111010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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