#445DD7

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

Shades of Royal Blue #445DD7

Tints of Royal Blue #445DD7

Color information

#445DD7 (or 0x445DD7) is unknown color: approx Royal Blue. HEX triplet: 44, 5D and D7. RGB value is (68,93,215). Sum of RGB (Red+Green+Blue) = 68+93+215=376 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.09% from 376); Green value is 93 (36.72% from 255 or 24.73% from 376); Blue value is 215 (84.38% from 255 or 57.18% from 376); Max value from RGB is 215 - color contains mainly: blue. Hex color #445DD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445DD7 is #BBA228. Grayscale: #626262. Windows color (decimal): -12296745 or 14114116. OLE color: 14114116.

HSL color Cylindrical-coordinate representation of color #445DD7: hue angle of 229.8º degrees, saturation: 0.65, 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 #445DD7 is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB6893215-
CMYK0.680.5700.16
HSL229.8º64.76%55.49%-
HSV(B)229.8º68.37%84.31%-
XYZ18.5613.9666.01-
YUV99.43193.22105.58-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.09%
GREEN value IS 93 (36.72% from 255) = 24.73%
BLUE value IS 215 (84.38% from 255) = 57.18%
R=18.09%
G=24.73%
B=57.18%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal68932150.680.5700.16229.864.7655.49
Hex445DD74439010e64137
Octal1041353271047102034610167
Binary10001001011101110101111000100111001010000111001101000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,93,215); }

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

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

 a { background-color: rgb(68,93,215); }

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

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

 span { border-color: rgb(68,93,215); }

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