Html Css Color HEX #290DCB Medium Blue

📋 copy color: '#290DCB'

red 41 ◦ green 13 ◦ blue 203

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

Shades of Medium Blue #290DCB

Tints of Medium Blue #290DCB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.06%

 BLUE value IS 203 (79.69% from 255) = 78.99%

R = 15.95%
G = 5.06%
B = 78.99%

CMYK

 C value IS 0.80

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#290DCB (or 0x290DCB) is known color: Medium Blue. HEX triplet: 29, 0D and CB. RGB value is (41,13,203). Sum of RGB (Red+Green+Blue) = 41+13+203=257 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.95% from 257); Green value is 13 (5.47% from 255 or 5.06% from 257); Blue value is 203 (79.69% from 255 or 78.99% from 257); Max value from RGB is 203 - color contains mainly: blue. Hex color #290DCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290DCB is #D6F234. Grayscale: #2A2A2A. Windows color (decimal): -14086709 or 13307177. OLE color: 13307177.

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

Color convert

RGB 41 13 203 -
CMYK 0.80 0.94 0 0.20
HSL 248.84º 0.88% 0.42% -
HSV(B) 248.84º 0.94% 0.8% -
XYZ 11.84 5.07 56.85 -
YUV 43.03 218.28 126.55 -
System Red Green Blue C M Y K H S L
Decimal 41 13 203 0.80 0.94 0 0.20 248.84 0.88 0.42
Hex 29 D CB 50 5E 0 14 F9 58 2A
Octal 51 15 313 120 136 0 24 371 130 52
Binary 101001 1101 11001011 1010000 1011110 0 10100 11111001 1011000 101010

Color Harmonies of #290DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290DCB

Black with #290DCB

Text Example


Text Example

White with #290DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,13,203); }

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

background-color css

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

 a { background-color: rgb(41,13,203); }

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

border-color css

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

 span { border-color: rgb(41,13,203); }

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