Html Css Color HEX #290FDD Medium Blue

📋 copy color: '#290FDD'

red 41 ◦ green 15 ◦ blue 221

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

Shades of Medium Blue #290FDD

Tints of Medium Blue #290FDD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.42%

 BLUE value IS 221 (86.72% from 255) = 79.78%

R = 14.8%
G = 5.42%
B = 79.78%

CMYK

 C value IS 0.81

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#290FDD (or 0x290FDD) is known color: Medium Blue. HEX triplet: 29, 0F and DD. RGB value is (41,15,221). Sum of RGB (Red+Green+Blue) = 41+15+221=277 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.80% from 277); Green value is 15 (6.25% from 255 or 5.42% from 277); Blue value is 221 (86.72% from 255 or 79.78% from 277); Max value from RGB is 221 - color contains mainly: blue. Hex color #290FDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290FDD is #D6F022. Grayscale: #2D2D2D. Windows color (decimal): -14086179 or 14487337. OLE color: 14487337.

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

Color convert

RGB 41 15 221 -
CMYK 0.81 0.93 0 0.13
HSL 247.57º 0.87% 0.46% -
HSV(B) 247.57º 0.93% 0.87% -
XYZ 14.14 6.03 68.83 -
YUV 46.26 226.61 124.25 -
System Red Green Blue C M Y K H S L
Decimal 41 15 221 0.81 0.93 0 0.13 247.57 0.87 0.46
Hex 29 F DD 51 5D 0 D F8 57 2E
Octal 51 17 335 121 135 0 15 370 127 56
Binary 101001 1111 11011101 1010001 1011101 0 1101 11111000 1010111 101110

Color Harmonies of #290FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290FDD

Black with #290FDD

Text Example


Text Example

White with #290FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,15,221); }

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

background-color css

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

 a { background-color: rgb(41,15,221); }

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

border-color css

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

 span { border-color: rgb(41,15,221); }

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