Html Css Color HEX #1A0EDD Medium Blue

📋 copy color: '#1A0EDD'

red 26 ◦ green 14 ◦ blue 221

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

Shades of Medium Blue #1A0EDD

Tints of Medium Blue #1A0EDD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.36%

 BLUE value IS 221 (86.72% from 255) = 84.67%

R = 9.96%
G = 5.36%
B = 84.67%

CMYK

 C value IS 0.88

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1A0EDD (or 0x1A0EDD) is known color: Medium Blue. HEX triplet: 1A, 0E and DD. RGB value is (26,14,221). Sum of RGB (Red+Green+Blue) = 26+14+221=261 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.96% from 261); Green value is 14 (5.86% from 255 or 5.36% from 261); Blue value is 221 (86.72% from 255 or 84.67% from 261); Max value from RGB is 221 - color contains mainly: blue. Hex color #1A0EDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A0EDD is #E5F122. Grayscale: #282828. Windows color (decimal): -15069475 or 14487066. OLE color: 14487066.

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

Color convert

RGB 26 14 221 -
CMYK 0.88 0.94 0 0.13
HSL 243.48º 0.88% 0.46% -
HSV(B) 243.48º 0.94% 0.87% -
XYZ 13.63 5.75 68.8 -
YUV 41.19 229.48 117.17 -
System Red Green Blue C M Y K H S L
Decimal 26 14 221 0.88 0.94 0 0.13 243.48 0.88 0.46
Hex 1A E DD 58 5E 0 D F3 58 2E
Octal 32 16 335 130 136 0 15 363 130 56
Binary 11010 1110 11011101 1011000 1011110 0 1101 11110011 1011000 101110

Color Harmonies of #1A0EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0EDD

Black with #1A0EDD

Text Example


Text Example

White with #1A0EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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