Html Css Color HEX #290ADD Medium Blue

📋 copy color: '#290ADD'

red 41 ◦ green 10 ◦ blue 221

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

Shades of Medium Blue #290ADD

Tints of Medium Blue #290ADD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.68%

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

R = 15.07%
G = 3.68%
B = 81.25%

CMYK

 C value IS 0.81

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#290ADD (or 0x290ADD) is known color: Medium Blue. HEX triplet: 29, 0A and DD. RGB value is (41,10,221). Sum of RGB (Red+Green+Blue) = 41+10+221=272 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.07% from 272); Green value is 10 (4.30% from 255 or 3.68% from 272); Blue value is 221 (86.72% from 255 or 81.25% from 272); Max value from RGB is 221 - color contains mainly: blue. Hex color #290ADD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290ADD is #D6F522. Grayscale: #2A2A2A. Windows color (decimal): -14087459 or 14486057. OLE color: 14486057.

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

Color convert

RGB 41 10 221 -
CMYK 0.81 0.95 0 0.13
HSL 248.82º 0.91% 0.45% -
HSV(B) 248.82º 0.95% 0.87% -
XYZ 14.07 5.91 68.81 -
YUV 43.32 228.27 126.34 -
System Red Green Blue C M Y K H S L
Decimal 41 10 221 0.81 0.95 0 0.13 248.82 0.91 0.45
Hex 29 A DD 51 5F 0 D F9 5B 2D
Octal 51 12 335 121 137 0 15 371 133 55
Binary 101001 1010 11011101 1010001 1011111 0 1101 11111001 1011011 101101

Color Harmonies of #290ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290ADD

Black with #290ADD

Text Example


Text Example

White with #290ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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