Html Css Color HEX #011ADD Medium Blue

📋 copy color: '#011ADD'

red 1 ◦ green 26 ◦ blue 221

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

Shades of Medium Blue #011ADD

Tints of Medium Blue #011ADD

RGB

 RED value IS 1 (0.78% from 255) = 0.4%

 GREEN value IS 26 (10.55% from 255) = 10.48%

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

R = 0.4%
G = 10.48%
B = 89.11%

CMYK

 C value IS 1.00

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#011ADD (or 0x011ADD) is known color: Medium Blue. HEX triplet: 01, 1A and DD. RGB value is (1,26,221). Sum of RGB (Red+Green+Blue) = 1+26+221=248 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 248); Green value is 26 (10.55% from 255 or 10.48% from 248); Blue value is 221 (86.72% from 255 or 89.11% from 248); Max value from RGB is 221 - color contains mainly: blue. Hex color #011ADD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011ADD is #FEE522. Grayscale: #272727. Windows color (decimal): -16704803 or 14490113. OLE color: 14490113.

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

Color convert

RGB 1 26 221 -
CMYK 1.00 0.88 0 0.13
HSL 233.18º 0.99% 0.44% -
HSV(B) 233.18º 1% 0.87% -
XYZ 13.43 5.97 68.85 -
YUV 40.76 229.72 99.64 -
System Red Green Blue C M Y K H S L
Decimal 1 26 221 1.00 0.88 0 0.13 233.18 0.99 0.44
Hex 1 1A DD 64 58 0 D E9 63 2C
Octal 1 32 335 144 130 0 15 351 143 54
Binary 1 11010 11011101 1100100 1011000 0 1101 11101001 1100011 101100

Color Harmonies of #011ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011ADD

Black with #011ADD

Text Example


Text Example

White with #011ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011ADD; }

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

 H1.HeaderClassName
 {
   color: #011ADD;
 }
 .AnyTagClassName
 {
   color: #011ADD;
 }
</style>

background-color css

<style>
 a { background-color: #011ADD; }

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

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

border-color css

<style>
 span { border-color: #011ADD; }

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

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