Html Css Color HEX #290DDC Medium Blue

📋 copy color: '#290DDC'

red 41 ◦ green 13 ◦ blue 220

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

Shades of Medium Blue #290DDC

Tints of Medium Blue #290DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 80.29%

R = 14.96%
G = 4.74%
B = 80.29%

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

#290DDC (or 0x290DDC) is known color: Medium Blue. HEX triplet: 29, 0D and DC. RGB value is (41,13,220). Sum of RGB (Red+Green+Blue) = 41+13+220=274 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.96% from 274); Green value is 13 (5.47% from 255 or 4.74% from 274); Blue value is 220 (86.33% from 255 or 80.29% from 274); Max value from RGB is 220 - color contains mainly: blue. Hex color #290DDC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290DDC is #D6F223. Grayscale: #2C2C2C. Windows color (decimal): -14086692 or 14421289. OLE color: 14421289.

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

Color convert

RGB 41 13 220 -
CMYK 0.81 0.94 0 0.14
HSL 248.12º 0.89% 0.46% -
HSV(B) 248.12º 0.94% 0.86% -
XYZ 13.98 5.93 68.12 -
YUV 44.97 226.78 125.17 -
System Red Green Blue C M Y K H S L
Decimal 41 13 220 0.81 0.94 0 0.14 248.12 0.89 0.46
Hex 29 D DC 51 5E 0 E F8 59 2E
Octal 51 15 334 121 136 0 16 370 131 56
Binary 101001 1101 11011100 1010001 1011110 0 1110 11111000 1011001 101110

Color Harmonies of #290DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290DDC

Black with #290DDC

Text Example


Text Example

White with #290DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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