Html Css Color HEX #290CDE Medium Blue

📋 copy color: '#290CDE'

red 41 ◦ green 12 ◦ blue 222

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

Shades of Medium Blue #290CDE

Tints of Medium Blue #290CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 80.73%

R = 14.91%
G = 4.36%
B = 80.73%

CMYK

 C value IS 0.82

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#290CDE (or 0x290CDE) is known color: Medium Blue. HEX triplet: 29, 0C and DE. RGB value is (41,12,222). Sum of RGB (Red+Green+Blue) = 41+12+222=275 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.91% from 275); Green value is 12 (5.08% from 255 or 4.36% from 275); Blue value is 222 (87.11% from 255 or 80.73% from 275); Max value from RGB is 222 - color contains mainly: blue. Hex color #290CDE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290CDE is #D6F321. Grayscale: #2B2B2B. Windows color (decimal): -14086946 or 14552105. OLE color: 14552105.

HSL color Cylindrical-coordinate representation of color #290CDE: hue angle of 248.29º 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 #290CDE is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 41 12 222 -
CMYK 0.82 0.95 0 0.13
HSL 248.29º 0.9% 0.46% -
HSV(B) 248.29º 0.95% 0.87% -
XYZ 14.23 6.01 69.52 -
YUV 44.61 228.11 125.42 -
System Red Green Blue C M Y K H S L
Decimal 41 12 222 0.82 0.95 0 0.13 248.29 0.9 0.46
Hex 29 C DE 52 5F 0 D F8 5A 2E
Octal 51 14 336 122 137 0 15 370 132 56
Binary 101001 1100 11011110 1010010 1011111 0 1101 11111000 1011010 101110

Color Harmonies of #290CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290CDE

Black with #290CDE

Text Example


Text Example

White with #290CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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