Html Css Color HEX #290BCF Medium Blue

📋 copy color: '#290BCF'

red 41 ◦ green 11 ◦ blue 207

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

Shades of Medium Blue #290BCF

Tints of Medium Blue #290BCF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.25%

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

R = 15.83%
G = 4.25%
B = 79.92%

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

#290BCF (or 0x290BCF) is known color: Medium Blue. HEX triplet: 29, 0B and CF. RGB value is (41,11,207). Sum of RGB (Red+Green+Blue) = 41+11+207=259 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.83% from 259); Green value is 11 (4.69% from 255 or 4.25% from 259); Blue value is 207 (81.25% from 255 or 79.92% from 259); Max value from RGB is 207 - color contains mainly: blue. Hex color #290BCF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290BCF is #D6F430. Grayscale: #292929. Windows color (decimal): -14087217 or 13568809. OLE color: 13568809.

HSL color Cylindrical-coordinate representation of color #290BCF: hue angle of 249.18º degrees, saturation: 0.9, 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 #290BCF is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 41 11 207 -
CMYK 0.80 0.95 0 0.19
HSL 249.18º 0.9% 0.43% -
HSV(B) 249.18º 0.95% 0.81% -
XYZ 12.3 5.22 59.39 -
YUV 42.31 220.94 127.06 -
System Red Green Blue C M Y K H S L
Decimal 41 11 207 0.80 0.95 0 0.19 249.18 0.9 0.43
Hex 29 B CF 50 5F 0 13 F9 5A 2B
Octal 51 13 317 120 137 0 23 371 132 53
Binary 101001 1011 11001111 1010000 1011111 0 10011 11111001 1011010 101011

Color Harmonies of #290BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290BCF

Black with #290BCF

Text Example


Text Example

White with #290BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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