Html Css Color HEX #290BCD Medium Blue

📋 copy color: '#290BCD'

red 41 ◦ green 11 ◦ blue 205

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

Shades of Medium Blue #290BCD

Tints of Medium Blue #290BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 79.77%

R = 15.95%
G = 4.28%
B = 79.77%

CMYK

 C value IS 0.8

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#290BCD (or 0x290BCD) is known color: Medium Blue. HEX triplet: 29, 0B and CD. RGB value is (41,11,205). Sum of RGB (Red+Green+Blue) = 41+11+205=257 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.95% from 257); Green value is 11 (4.69% from 255 or 4.28% from 257); Blue value is 205 (80.47% from 255 or 79.77% from 257); Max value from RGB is 205 - color contains mainly: blue. Hex color #290BCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290BCD is #D6F432. Grayscale: #292929. Windows color (decimal): -14087219 or 13437737. OLE color: 13437737.

HSL color Cylindrical-coordinate representation of color #290BCD: hue angle of 249.28º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #290BCD is Cyan = 0.8, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 41 11 205 -
CMYK 0.8 0.95 0 0.20
HSL 249.28º 0.9% 0.42% -
HSV(B) 249.28º 0.95% 0.8% -
XYZ 12.05 5.12 58.11 -
YUV 42.09 219.94 127.23 -
System Red Green Blue C M Y K H S L
Decimal 41 11 205 0.8 0.95 0 0.20 249.28 0.9 0.42
Hex 29 B CD 50 5F 0 14 F9 5A 2A
Octal 51 13 315 120 137 0 24 371 132 52
Binary 101001 1011 11001101 1010000 1011111 0 10100 11111001 1011010 101010

Color Harmonies of #290BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290BCD

Black with #290BCD

Text Example


Text Example

White with #290BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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