Html Css Color HEX #290EDB Medium Blue

📋 copy color: '#290EDB'

red 41 ◦ green 14 ◦ blue 219

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

Shades of Medium Blue #290EDB

Tints of Medium Blue #290EDB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.11%

 BLUE value IS 219 (85.94% from 255) = 79.93%

R = 14.96%
G = 5.11%
B = 79.93%

CMYK

 C value IS 0.81

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#290EDB (or 0x290EDB) is known color: Medium Blue. HEX triplet: 29, 0E and DB. RGB value is (41,14,219). Sum of RGB (Red+Green+Blue) = 41+14+219=274 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.96% from 274); Green value is 14 (5.86% from 255 or 5.11% from 274); Blue value is 219 (85.94% from 255 or 79.93% from 274); Max value from RGB is 219 - color contains mainly: blue. Hex color #290EDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290EDB is #D6F124. Grayscale: #2C2C2C. Windows color (decimal): -14086437 or 14356009. OLE color: 14356009.

HSL color Cylindrical-coordinate representation of color #290EDB: hue angle of 247.9º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #290EDB is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 41 14 219 -
CMYK 0.81 0.94 0 0.14
HSL 247.9º 0.88% 0.46% -
HSV(B) 247.9º 0.94% 0.86% -
XYZ 13.86 5.9 67.43 -
YUV 45.44 225.95 124.83 -
System Red Green Blue C M Y K H S L
Decimal 41 14 219 0.81 0.94 0 0.14 247.9 0.88 0.46
Hex 29 E DB 51 5E 0 E F8 58 2E
Octal 51 16 333 121 136 0 16 370 130 56
Binary 101001 1110 11011011 1010001 1011110 0 1110 11111000 1011000 101110

Color Harmonies of #290EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290EDB

Black with #290EDB

Text Example


Text Example

White with #290EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,14,219); }

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

background-color css

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

 a { background-color: rgb(41,14,219); }

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

border-color css

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

 span { border-color: rgb(41,14,219); }

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