Html Css Color HEX #290FCA Medium Blue

📋 copy color: '#290FCA'

red 41 ◦ green 15 ◦ blue 202

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

Shades of Medium Blue #290FCA

Tints of Medium Blue #290FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 78.29%

R = 15.89%
G = 5.81%
B = 78.29%

CMYK

 C value IS 0.80

 M value IS 0.93

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#290FCA (or 0x290FCA) is known color: Medium Blue. HEX triplet: 29, 0F and CA. RGB value is (41,15,202). Sum of RGB (Red+Green+Blue) = 41+15+202=258 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.89% from 258); Green value is 15 (6.25% from 255 or 5.81% from 258); Blue value is 202 (79.30% from 255 or 78.29% from 258); Max value from RGB is 202 - color contains mainly: blue. Hex color #290FCA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290FCA is #D6F035. Grayscale: #2B2B2B. Windows color (decimal): -14086198 or 13242153. OLE color: 13242153.

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

Color convert

RGB 41 15 202 -
CMYK 0.80 0.93 0 0.21
HSL 248.34º 0.86% 0.43% -
HSV(B) 248.34º 0.93% 0.79% -
XYZ 11.75 5.08 56.24 -
YUV 44.09 217.11 125.79 -
System Red Green Blue C M Y K H S L
Decimal 41 15 202 0.80 0.93 0 0.21 248.34 0.86 0.43
Hex 29 F CA 50 5D 0 15 F8 56 2B
Octal 51 17 312 120 135 0 25 370 126 53
Binary 101001 1111 11001010 1010000 1011101 0 10101 11111000 1010110 101011

Color Harmonies of #290FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290FCA

Black with #290FCA

Text Example


Text Example

White with #290FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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