#1A00DD

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

Shades of Medium Blue #1A00DD

Tints of Medium Blue #1A00DD

Color information

#1A00DD (or 0x1A00DD) is unknown color: approx Medium Blue. HEX triplet: 1A, 00 and DD. RGB value is (26,0,221). Sum of RGB (Red+Green+Blue) = 26+0+221=247 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.53% from 247); Green value is 0 (0.39% from 255 or 0% 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 #1A00DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A00DD is #E5FF22. Grayscale: #202020. Windows color (decimal): -15073059 or 14483482. OLE color: 14483482.

HSL color Cylindrical-coordinate representation of color #1A00DD: hue angle of 247.06º 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 #1A00DD is Cyan = 0.88, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB260221-
CMYK0.88100.13
HSL247.06º100%43.33%-
HSV(B)247.06º100%86.67%-
XYZ13.485.4468.75-
YUV32.97234.11123.03-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2602210.88100.13247.0610043.33
Hex1A0DD58640Df7642b
Octal32033513014401536714453
Binary110100110111011011000110010001101111101111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A00DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A00DD; }

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

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

<style>
 a { background-color: #1A00DD; }

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

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

<style>
 span { border-color: #1A00DD; }

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

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