Html Css Color HEX #290CDF Medium Blue

📋 copy color: '#290CDF'

red 41 ◦ green 12 ◦ blue 223

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

Shades of Medium Blue #290CDF

Tints of Medium Blue #290CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 80.8%

R = 14.86%
G = 4.35%
B = 80.8%

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

#290CDF (or 0x290CDF) is known color: Medium Blue. HEX triplet: 29, 0C and DF. RGB value is (41,12,223). Sum of RGB (Red+Green+Blue) = 41+12+223=276 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.86% from 276); Green value is 12 (5.08% from 255 or 4.35% from 276); Blue value is 223 (87.5% from 255 or 80.80% from 276); Max value from RGB is 223 - color contains mainly: blue. Hex color #290CDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290CDF is #D6F320. Grayscale: #2B2B2B. Windows color (decimal): -14086945 or 14617641. OLE color: 14617641.

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

Color convert

RGB 41 12 223 -
CMYK 0.82 0.95 0 0.13
HSL 248.25º 0.9% 0.46% -
HSV(B) 248.25º 0.95% 0.87% -
XYZ 14.37 6.06 70.23 -
YUV 44.73 228.61 125.34 -
System Red Green Blue C M Y K H S L
Decimal 41 12 223 0.82 0.95 0 0.13 248.25 0.9 0.46
Hex 29 C DF 52 5F 0 D F8 5A 2E
Octal 51 14 337 122 137 0 15 370 132 56
Binary 101001 1100 11011111 1010010 1011111 0 1101 11111000 1011010 101110

Color Harmonies of #290CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290CDF

Black with #290CDF

Text Example


Text Example

White with #290CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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