#445DDC

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

Shades of Royal Blue #445DDC

Tints of Royal Blue #445DDC

Color information

#445DDC (or 0x445DDC) is unknown color: approx Royal Blue. HEX triplet: 44, 5D and DC. RGB value is (68,93,220). Sum of RGB (Red+Green+Blue) = 68+93+220=381 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.85% from 381); Green value is 93 (36.72% from 255 or 24.41% from 381); Blue value is 220 (86.33% from 255 or 57.74% from 381); Max value from RGB is 220 - color contains mainly: blue. Hex color #445DDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445DDC is #BBA223. Grayscale: #636363. Windows color (decimal): -12296740 or 14441796. OLE color: 14441796.

HSL color Cylindrical-coordinate representation of color #445DDC: hue angle of 230.13º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #445DDC is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB6893220-
CMYK0.690.5800.14
HSL230.13º68.47%56.47%-
HSV(B)230.13º69.09%86.27%-
XYZ19.2214.2269.44-
YUV100195.72105.17-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.85%
GREEN value IS 93 (36.72% from 255) = 24.41%
BLUE value IS 220 (86.33% from 255) = 57.74%
R=17.85%
G=24.41%
B=57.74%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal68932200.690.5800.14230.1368.4756.47
Hex445DDC453A0Ee64438
Octal1041353341057201634610470
Binary1000100101110111011100100010111101001110111001101000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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