Html Css Color HEX #290FCF Medium Blue

📋 copy color: '#290FCF'

red 41 ◦ green 15 ◦ blue 207

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

Shades of Medium Blue #290FCF

Tints of Medium Blue #290FCF

RGB

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

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

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

R = 15.59%
G = 5.7%
B = 78.71%

CMYK

 C value IS 0.80

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#290FCF (or 0x290FCF) is known color: Medium Blue. HEX triplet: 29, 0F and CF. RGB value is (41,15,207). Sum of RGB (Red+Green+Blue) = 41+15+207=263 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.59% from 263); Green value is 15 (6.25% from 255 or 5.70% from 263); Blue value is 207 (81.25% from 255 or 78.71% from 263); Max value from RGB is 207 - color contains mainly: blue. Hex color #290FCF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290FCF is #D6F030. Grayscale: #2B2B2B. Windows color (decimal): -14086193 or 13569833. OLE color: 13569833.

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

Color convert

RGB 41 15 207 -
CMYK 0.80 0.93 0 0.19
HSL 248.13º 0.86% 0.44% -
HSV(B) 248.13º 0.93% 0.81% -
XYZ 12.35 5.32 59.41 -
YUV 44.66 219.61 125.39 -
System Red Green Blue C M Y K H S L
Decimal 41 15 207 0.80 0.93 0 0.19 248.13 0.86 0.44
Hex 29 F CF 50 5D 0 13 F8 56 2C
Octal 51 17 317 120 135 0 23 370 126 54
Binary 101001 1111 11001111 1010000 1011101 0 10011 11111000 1010110 101100

Color Harmonies of #290FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290FCF

Black with #290FCF

Text Example


Text Example

White with #290FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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