#001ADD

Color #001ADD Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #001ADD

Tints of Medium Blue #001ADD

Color information

#001ADD (or 0x001ADD) is unknown color: approx Medium Blue. HEX triplet: 00, 1A and DD. RGB value is (0,26,221). Sum of RGB (Red+Green+Blue) = 0+26+221=247 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 247); Green value is 26 (10.55% from 255 or 10.53% from 247); Blue value is 221 (86.72% from 255 or 89.47% from 247); Max value from RGB is 221 - color contains mainly: blue. Hex color #001ADD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001ADD is #FFE522. Grayscale: #272727. Windows color (decimal): -16770339 or 14490112. OLE color: 14490112.

HSL color Cylindrical-coordinate representation of color #001ADD: hue angle of 232.94º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001ADD is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB026221-
CMYK10.8800.13
HSL232.94º100%43.33%-
HSV(B)232.94º100%86.67%-
XYZ13.425.9668.85-
YUV40.46229.8999.14-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 26 (10.55% from 255) = 10.53%
BLUE value IS 221 (86.72% from 255) = 89.47%
R=0%
G=10.53%
B=89.47%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal02622110.8800.13232.9410043.33
Hex01ADD64580De9642b
Octal03233514413001535114453
Binary011010110111011100100101100001101111010011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001ADD; }

 p { color: rgb(0,26,221); }

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

<style>
 a { background-color: #001ADD; }

 a { background-color: rgb(0,26,221); }

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

<style>
 span { border-color: #001ADD; }

 span { border-color: rgb(0,26,221); }

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