Html Css Color HEX #290EDE Medium Blue

📋 copy color: '#290EDE'

red 41 ◦ green 14 ◦ blue 222

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

Shades of Medium Blue #290EDE

Tints of Medium Blue #290EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 80.14%

R = 14.8%
G = 5.05%
B = 80.14%

CMYK

 C value IS 0.82

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#290EDE (or 0x290EDE) is known color: Medium Blue. HEX triplet: 29, 0E and DE. RGB value is (41,14,222). Sum of RGB (Red+Green+Blue) = 41+14+222=277 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.80% from 277); Green value is 14 (5.86% from 255 or 5.05% from 277); Blue value is 222 (87.11% from 255 or 80.14% from 277); Max value from RGB is 222 - color contains mainly: blue. Hex color #290EDE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290EDE is #D6F121. Grayscale: #2C2C2C. Windows color (decimal): -14086434 or 14552617. OLE color: 14552617.

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

Color convert

RGB 41 14 222 -
CMYK 0.82 0.94 0 0.13
HSL 247.79º 0.88% 0.46% -
HSV(B) 247.79º 0.94% 0.87% -
XYZ 14.26 6.06 69.53 -
YUV 45.79 227.45 124.59 -
System Red Green Blue C M Y K H S L
Decimal 41 14 222 0.82 0.94 0 0.13 247.79 0.88 0.46
Hex 29 E DE 52 5E 0 D F8 58 2E
Octal 51 16 336 122 136 0 15 370 130 56
Binary 101001 1110 11011110 1010010 1011110 0 1101 11111000 1011000 101110

Color Harmonies of #290EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290EDE

Black with #290EDE

Text Example


Text Example

White with #290EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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