Html Css Color HEX #2A11DD Medium Blue

📋 copy color: '#2A11DD'

red 42 ◦ green 17 ◦ blue 221

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

Shades of Medium Blue #2A11DD

Tints of Medium Blue #2A11DD

RGB

 RED value IS 42 (16.8% from 255) = 15%

 GREEN value IS 17 (7.03% from 255) = 6.07%

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

R = 15%
G = 6.07%
B = 78.93%

CMYK

 C value IS 0.81

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2A11DD (or 0x2A11DD) is known color: Medium Blue. HEX triplet: 2A, 11 and DD. RGB value is (42,17,221). Sum of RGB (Red+Green+Blue) = 42+17+221=280 (37% of max value = 765). Red value is 42 (16.80% from 255 or 15% from 280); Green value is 17 (7.03% from 255 or 6.07% from 280); Blue value is 221 (86.72% from 255 or 78.93% from 280); Max value from RGB is 221 - color contains mainly: blue. Hex color #2A11DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A11DD is #D5EE22. Grayscale: #2E2E2E. Windows color (decimal): -14020131 or 14487850. OLE color: 14487850.

HSL color Cylindrical-coordinate representation of color #2A11DD: hue angle of 247.35º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2A11DD is Cyan = 0.81, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 42 17 221 -
CMYK 0.81 0.92 0 0.13
HSL 247.35º 0.86% 0.47% -
HSV(B) 247.35º 0.92% 0.87% -
XYZ 14.21 6.11 68.84 -
YUV 47.73 225.78 123.91 -
System Red Green Blue C M Y K H S L
Decimal 42 17 221 0.81 0.92 0 0.13 247.35 0.86 0.47
Hex 2A 11 DD 51 5C 0 D F7 56 2F
Octal 52 21 335 121 134 0 15 367 126 57
Binary 101010 10001 11011101 1010001 1011100 0 1101 11110111 1010110 101111

Color Harmonies of #2A11DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A11DD

Black with #2A11DD

Text Example


Text Example

White with #2A11DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A11DD; }

 p { color: rgb(42,17,221); }

 H1.HeaderClassName
 {
   color: #2A11DD;
 }
 .AnyTagClassName
 {
   color: #2A11DD;
 }
</style>

background-color css

<style>
 a { background-color: #2A11DD; }

 a { background-color: rgb(42,17,221); }

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

border-color css

<style>
 span { border-color: #2A11DD; }

 span { border-color: rgb(42,17,221); }

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