Html Css Color HEX #1A0CD8 Medium Blue

📋 copy color: '#1A0CD8'

red 26 ◦ green 12 ◦ blue 216

#1A0CD8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #1A0CD8

Tints of Medium Blue #1A0CD8

RGB

 RED value IS 26 (10.55% from 255) = 10.24%

 GREEN value IS 12 (5.08% from 255) = 4.72%

 BLUE value IS 216 (84.77% from 255) = 85.04%

R = 10.24%
G = 4.72%
B = 85.04%

CMYK

 C value IS 0.88

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1A0CD8 (or 0x1A0CD8) is known color: Medium Blue. HEX triplet: 1A, 0C and D8. RGB value is (26,12,216). Sum of RGB (Red+Green+Blue) = 26+12+216=254 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.24% from 254); Green value is 12 (5.08% from 255 or 4.72% from 254); Blue value is 216 (84.77% from 255 or 85.04% from 254); Max value from RGB is 216 - color contains mainly: blue. Hex color #1A0CD8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A0CD8 is #E5F327. Grayscale: #262626. Windows color (decimal): -15069992 or 14158874. OLE color: 14158874.

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

Color convert

RGB 26 12 216 -
CMYK 0.88 0.94 0 0.15
HSL 244.12º 0.89% 0.45% -
HSV(B) 244.12º 0.94% 0.85% -
XYZ 12.95 5.44 65.33 -
YUV 39.44 227.64 118.41 -
System Red Green Blue C M Y K H S L
Decimal 26 12 216 0.88 0.94 0 0.15 244.12 0.89 0.45
Hex 1A C D8 58 5E 0 F F4 59 2D
Octal 32 14 330 130 136 0 17 364 131 55
Binary 11010 1100 11011000 1011000 1011110 0 1111 11110100 1011001 101101

Color Harmonies of #1A0CD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0CD8

Black with #1A0CD8

Text Example


Text Example

White with #1A0CD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1A0CD8;
 }
 .AnyTagClassName
 {
   color: #1A0CD8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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