Html Css Color HEX #290ADF Medium Blue

📋 copy color: '#290ADF'

red 41 ◦ green 10 ◦ blue 223

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

Shades of Medium Blue #290ADF

Tints of Medium Blue #290ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 81.39%

R = 14.96%
G = 3.65%
B = 81.39%

CMYK

 C value IS 0.82

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#290ADF (or 0x290ADF) is known color: Medium Blue. HEX triplet: 29, 0A and DF. RGB value is (41,10,223). Sum of RGB (Red+Green+Blue) = 41+10+223=274 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.96% from 274); Green value is 10 (4.30% from 255 or 3.65% from 274); Blue value is 223 (87.5% from 255 or 81.39% from 274); Max value from RGB is 223 - color contains mainly: blue. Hex color #290ADF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290ADF is #D6F520. Grayscale: #2A2A2A. Windows color (decimal): -14087457 or 14617129. OLE color: 14617129.

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

Color convert

RGB 41 10 223 -
CMYK 0.82 0.96 0 0.13
HSL 248.73º 0.91% 0.46% -
HSV(B) 248.73º 0.96% 0.87% -
XYZ 14.34 6.02 70.22 -
YUV 43.55 229.27 126.18 -
System Red Green Blue C M Y K H S L
Decimal 41 10 223 0.82 0.96 0 0.13 248.73 0.91 0.46
Hex 29 A DF 52 60 0 D F9 5B 2E
Octal 51 12 337 122 140 0 15 371 133 56
Binary 101001 1010 11011111 1010010 1100000 0 1101 11111001 1011011 101110

Color Harmonies of #290ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290ADF

Black with #290ADF

Text Example


Text Example

White with #290ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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