Html Css Color HEX #290FCD Medium Blue

📋 copy color: '#290FCD'

red 41 ◦ green 15 ◦ blue 205

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

Shades of Medium Blue #290FCD

Tints of Medium Blue #290FCD

RGB

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

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

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

R = 15.71%
G = 5.75%
B = 78.54%

CMYK

 C value IS 0.8

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#290FCD (or 0x290FCD) is known color: Medium Blue. HEX triplet: 29, 0F and CD. RGB value is (41,15,205). Sum of RGB (Red+Green+Blue) = 41+15+205=261 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.71% from 261); Green value is 15 (6.25% from 255 or 5.75% from 261); Blue value is 205 (80.47% from 255 or 78.54% from 261); Max value from RGB is 205 - color contains mainly: blue. Hex color #290FCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290FCD is #D6F032. Grayscale: #2B2B2B. Windows color (decimal): -14086195 or 13438761. OLE color: 13438761.

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

Color convert

RGB 41 15 205 -
CMYK 0.8 0.93 0 0.20
HSL 248.21º 0.86% 0.43% -
HSV(B) 248.21º 0.93% 0.8% -
XYZ 12.1 5.22 58.13 -
YUV 44.43 218.61 125.55 -
System Red Green Blue C M Y K H S L
Decimal 41 15 205 0.8 0.93 0 0.20 248.21 0.86 0.43
Hex 29 F CD 50 5D 0 14 F8 56 2B
Octal 51 17 315 120 135 0 24 370 126 53
Binary 101001 1111 11001101 1010000 1011101 0 10100 11111000 1010110 101011

Color Harmonies of #290FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290FCD

Black with #290FCD

Text Example


Text Example

White with #290FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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