#1A07D8

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

Shades of Medium Blue #1A07D8

Tints of Medium Blue #1A07D8

Color information

#1A07D8 (or 0x1A07D8) is unknown color: approx Medium Blue. HEX triplet: 1A, 07 and D8. RGB value is (26,7,216). Sum of RGB (Red+Green+Blue) = 26+7+216=249 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.44% from 249); Green value is 7 (3.12% from 255 or 2.81% from 249); Blue value is 216 (84.77% from 255 or 86.75% from 249); Max value from RGB is 216 - color contains mainly: blue. Hex color #1A07D8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A07D8 is #E5F827. Grayscale: #232323. Windows color (decimal): -15071272 or 14157594. OLE color: 14157594.

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

Color convert

RGB267216-
CMYK0.880.9700.15
HSL245.45º93.72%43.73%-
HSV(B)245.45º96.76%84.71%-
XYZ12.95.3365.31-
YUV36.51229.29120.51-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.44%
GREEN value IS 7 (3.12% from 255) = 2.81%
BLUE value IS 216 (84.77% from 255) = 86.75%
R=10.44%
G=2.81%
B=86.75%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2672160.880.9700.15245.4593.7243.73
Hex1A7D858610Ff55e2c
Octal32733013014101736513654
Binary11010111110110001011000110000101111111101011011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A07D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,7,216); }

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

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

 a { background-color: rgb(26,7,216); }

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

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

 span { border-color: rgb(26,7,216); }

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