#1A0CD2

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

Shades of Medium Blue #1A0CD2

Tints of Medium Blue #1A0CD2

Color information

#1A0CD2 (or 0x1A0CD2) is unknown color: approx Medium Blue. HEX triplet: 1A, 0C and D2. RGB value is (26,12,210). Sum of RGB (Red+Green+Blue) = 26+12+210=248 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.48% from 248); Green value is 12 (5.08% from 255 or 4.84% from 248); Blue value is 210 (82.42% from 255 or 84.68% from 248); Max value from RGB is 210 - color contains mainly: blue. Hex color #1A0CD2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A0CD2 is #E5F32D. Grayscale: #252525. Windows color (decimal): -15069998 or 13765658. OLE color: 13765658.

HSL color Cylindrical-coordinate representation of color #1A0CD2: hue angle of 244.24º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1A0CD2 is Cyan = 0.88, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB2612210-
CMYK0.880.9400.18
HSL244.24º89.19%43.53%-
HSV(B)244.24º94.29%82.35%-
XYZ12.195.1461.32-
YUV38.76224.64118.9-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.48%
GREEN value IS 12 (5.08% from 255) = 4.84%
BLUE value IS 210 (82.42% from 255) = 84.68%
R=10.48%
G=4.84%
B=84.68%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal26122100.880.9400.18244.2489.1943.53
Hex1ACD2585E012f4592c
Octal321432213013602236413154
Binary1101011001101001010110001011110010010111101001011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0CD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,12,210); }

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

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

 a { background-color: rgb(26,12,210); }

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

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

 span { border-color: rgb(26,12,210); }

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