#445FDC

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

Shades of Royal Blue #445FDC

Tints of Royal Blue #445FDC

Color information

#445FDC (or 0x445FDC) is unknown color: approx Royal Blue. HEX triplet: 44, 5F and DC. RGB value is (68,95,220). Sum of RGB (Red+Green+Blue) = 68+95+220=383 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.75% from 383); Green value is 95 (37.5% from 255 or 24.80% from 383); Blue value is 220 (86.33% from 255 or 57.44% from 383); Max value from RGB is 220 - color contains mainly: blue. Hex color #445FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445FDC is #BBA023. Grayscale: #646464. Windows color (decimal): -12296228 or 14442308. OLE color: 14442308.

HSL color Cylindrical-coordinate representation of color #445FDC: hue angle of 229.34º 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 #445FDC is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB6895220-
CMYK0.690.5700.14
HSL229.34º68.47%56.47%-
HSV(B)229.34º69.09%86.27%-
XYZ19.3914.5869.5-
YUV101.18195.05104.34-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.75%
GREEN value IS 95 (37.5% from 255) = 24.80%
BLUE value IS 220 (86.33% from 255) = 57.44%
R=17.75%
G=24.80%
B=57.44%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal68952200.690.5700.14229.3468.4756.47
Hex445FDC45390Ee54438
Octal1041373341057101634510470
Binary1000100101111111011100100010111100101110111001011000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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