Html Css Color HEX #290DDB Medium Blue

📋 copy color: '#290DDB'

red 41 ◦ green 13 ◦ blue 219

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

Shades of Medium Blue #290DDB

Tints of Medium Blue #290DDB

RGB

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

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

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

R = 15.02%
G = 4.76%
B = 80.22%

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

#290DDB (or 0x290DDB) is known color: Medium Blue. HEX triplet: 29, 0D and DB. RGB value is (41,13,219). Sum of RGB (Red+Green+Blue) = 41+13+219=273 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.02% from 273); Green value is 13 (5.47% from 255 or 4.76% from 273); Blue value is 219 (85.94% from 255 or 80.22% from 273); Max value from RGB is 219 - color contains mainly: blue. Hex color #290DDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290DDB is #D6F224. Grayscale: #2C2C2C. Windows color (decimal): -14086693 or 14355753. OLE color: 14355753.

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

Color convert

RGB 41 13 219 -
CMYK 0.81 0.94 0 0.14
HSL 248.16º 0.89% 0.45% -
HSV(B) 248.16º 0.94% 0.86% -
XYZ 13.84 5.87 67.42 -
YUV 44.86 226.28 125.25 -
System Red Green Blue C M Y K H S L
Decimal 41 13 219 0.81 0.94 0 0.14 248.16 0.89 0.45
Hex 29 D DB 51 5E 0 E F8 59 2D
Octal 51 15 333 121 136 0 16 370 131 55
Binary 101001 1101 11011011 1010001 1011110 0 1110 11111000 1011001 101101

Color Harmonies of #290DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290DDB

Black with #290DDB

Text Example


Text Example

White with #290DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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