Html Css Color HEX #291ADD Medium Blue

📋 copy color: '#291ADD'

red 41 ◦ green 26 ◦ blue 221

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

Shades of Medium Blue #291ADD

Tints of Medium Blue #291ADD

RGB

 RED value IS 41 (16.41% from 255) = 14.24%

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

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

R = 14.24%
G = 9.03%
B = 76.74%

CMYK

 C value IS 0.81

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#291ADD (or 0x291ADD) is known color: Medium Blue. HEX triplet: 29, 1A and DD. RGB value is (41,26,221). Sum of RGB (Red+Green+Blue) = 41+26+221=288 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.24% from 288); Green value is 26 (10.55% from 255 or 9.03% from 288); Blue value is 221 (86.72% from 255 or 76.74% from 288); Max value from RGB is 221 - color contains mainly: blue. Hex color #291ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #291ADD is #D6E522. Grayscale: #333333. Windows color (decimal): -14083363 or 14490153. OLE color: 14490153.

HSL color Cylindrical-coordinate representation of color #291ADD: hue angle of 244.62º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #291ADD is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 41 26 221 -
CMYK 0.81 0.88 0 0.13
HSL 244.62º 0.79% 0.48% -
HSV(B) 244.62º 0.88% 0.87% -
XYZ 14.33 6.43 68.89 -
YUV 52.72 222.97 119.64 -
System Red Green Blue C M Y K H S L
Decimal 41 26 221 0.81 0.88 0 0.13 244.62 0.79 0.48
Hex 29 1A DD 51 58 0 D F5 4F 30
Octal 51 32 335 121 130 0 15 365 117 60
Binary 101001 11010 11011101 1010001 1011000 0 1101 11110101 1001111 110000

Color Harmonies of #291ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291ADD

Black with #291ADD

Text Example


Text Example

White with #291ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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