Html Css Color HEX #290CDD Medium Blue

📋 copy color: '#290CDD'

red 41 ◦ green 12 ◦ blue 221

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

Shades of Medium Blue #290CDD

Tints of Medium Blue #290CDD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.38%

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

R = 14.96%
G = 4.38%
B = 80.66%

CMYK

 C value IS 0.81

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#290CDD (or 0x290CDD) is known color: Medium Blue. HEX triplet: 29, 0C and DD. RGB value is (41,12,221). Sum of RGB (Red+Green+Blue) = 41+12+221=274 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.96% from 274); Green value is 12 (5.08% from 255 or 4.38% from 274); Blue value is 221 (86.72% from 255 or 80.66% from 274); Max value from RGB is 221 - color contains mainly: blue. Hex color #290CDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290CDD is #D6F322. Grayscale: #2B2B2B. Windows color (decimal): -14086947 or 14486569. OLE color: 14486569.

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

Color convert

RGB 41 12 221 -
CMYK 0.81 0.95 0 0.13
HSL 248.33º 0.9% 0.46% -
HSV(B) 248.33º 0.95% 0.87% -
XYZ 14.1 5.95 68.81 -
YUV 44.5 227.61 125.51 -
System Red Green Blue C M Y K H S L
Decimal 41 12 221 0.81 0.95 0 0.13 248.33 0.9 0.46
Hex 29 C DD 51 5F 0 D F8 5A 2E
Octal 51 14 335 121 137 0 15 370 132 56
Binary 101001 1100 11011101 1010001 1011111 0 1101 11111000 1011010 101110

Color Harmonies of #290CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290CDD

Black with #290CDD

Text Example


Text Example

White with #290CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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