Html Css Color HEX #290ACF Medium Blue

📋 copy color: '#290ACF'

red 41 ◦ green 10 ◦ blue 207

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

Shades of Medium Blue #290ACF

Tints of Medium Blue #290ACF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.88%

 BLUE value IS 207 (81.25% from 255) = 80.23%

R = 15.89%
G = 3.88%
B = 80.23%

CMYK

 C value IS 0.80

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#290ACF (or 0x290ACF) is known color: Medium Blue. HEX triplet: 29, 0A and CF. RGB value is (41,10,207). Sum of RGB (Red+Green+Blue) = 41+10+207=258 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.89% from 258); Green value is 10 (4.30% from 255 or 3.88% from 258); Blue value is 207 (81.25% from 255 or 80.23% from 258); Max value from RGB is 207 - color contains mainly: blue. Hex color #290ACF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290ACF is #D6F530. Grayscale: #282828. Windows color (decimal): -14087473 or 13568553. OLE color: 13568553.

HSL color Cylindrical-coordinate representation of color #290ACF: hue angle of 249.44º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #290ACF is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 41 10 207 -
CMYK 0.80 0.95 0 0.19
HSL 249.44º 0.91% 0.43% -
HSV(B) 249.44º 0.95% 0.81% -
XYZ 12.29 5.19 59.39 -
YUV 41.73 221.27 127.48 -
System Red Green Blue C M Y K H S L
Decimal 41 10 207 0.80 0.95 0 0.19 249.44 0.91 0.43
Hex 29 A CF 50 5F 0 13 F9 5B 2B
Octal 51 12 317 120 137 0 23 371 133 53
Binary 101001 1010 11001111 1010000 1011111 0 10011 11111001 1011011 101011

Color Harmonies of #290ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290ACF

Black with #290ACF

Text Example


Text Example

White with #290ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,10,207); }

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

background-color css

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

 a { background-color: rgb(41,10,207); }

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

border-color css

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

 span { border-color: rgb(41,10,207); }

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