Html Css Color HEX #290BDE Medium Blue

📋 copy color: '#290BDE'

red 41 ◦ green 11 ◦ blue 222

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

Shades of Medium Blue #290BDE

Tints of Medium Blue #290BDE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.01%

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

R = 14.96%
G = 4.01%
B = 81.02%

CMYK

 C value IS 0.82

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#290BDE (or 0x290BDE) is known color: Medium Blue. HEX triplet: 29, 0B and DE. RGB value is (41,11,222). Sum of RGB (Red+Green+Blue) = 41+11+222=274 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.96% from 274); Green value is 11 (4.69% from 255 or 4.01% from 274); Blue value is 222 (87.11% from 255 or 81.02% from 274); Max value from RGB is 222 - color contains mainly: blue. Hex color #290BDE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290BDE is #D6F421. Grayscale: #2B2B2B. Windows color (decimal): -14087202 or 14551849. OLE color: 14551849.

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

Color convert

RGB 41 11 222 -
CMYK 0.82 0.95 0 0.13
HSL 248.53º 0.91% 0.46% -
HSV(B) 248.53º 0.95% 0.87% -
XYZ 14.22 5.98 69.51 -
YUV 44.02 228.44 125.84 -
System Red Green Blue C M Y K H S L
Decimal 41 11 222 0.82 0.95 0 0.13 248.53 0.91 0.46
Hex 29 B DE 52 5F 0 D F9 5B 2E
Octal 51 13 336 122 137 0 15 371 133 56
Binary 101001 1011 11011110 1010010 1011111 0 1101 11111001 1011011 101110

Color Harmonies of #290BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290BDE

Black with #290BDE

Text Example


Text Example

White with #290BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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