Html Css Color HEX #290EBB Medium Blue

📋 copy color: '#290EBB'

red 41 ◦ green 14 ◦ blue 187

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

Shades of Medium Blue #290EBB

Tints of Medium Blue #290EBB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.79%

 BLUE value IS 187 (73.44% from 255) = 77.27%

R = 16.94%
G = 5.79%
B = 77.27%

CMYK

 C value IS 0.78

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#290EBB (or 0x290EBB) is known color: Medium Blue. HEX triplet: 29, 0E and BB. RGB value is (41,14,187). Sum of RGB (Red+Green+Blue) = 41+14+187=242 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.94% from 242); Green value is 14 (5.86% from 255 or 5.79% from 242); Blue value is 187 (73.44% from 255 or 77.27% from 242); Max value from RGB is 187 - color contains mainly: blue. Hex color #290EBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290EBB is #D6F144. Grayscale: #292929. Windows color (decimal): -14086469 or 12258857. OLE color: 12258857.

HSL color Cylindrical-coordinate representation of color #290EBB: hue angle of 249.36º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #290EBB is Cyan = 0.78, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 41 14 187 -
CMYK 0.78 0.93 0 0.27
HSL 249.36º 0.86% 0.39% -
HSV(B) 249.36º 0.93% 0.73% -
XYZ 10.04 4.37 47.33 -
YUV 41.8 209.95 127.43 -
System Red Green Blue C M Y K H S L
Decimal 41 14 187 0.78 0.93 0 0.27 249.36 0.86 0.39
Hex 29 E BB 4E 5D 0 1B F9 56 27
Octal 51 16 273 116 135 0 33 371 126 47
Binary 101001 1110 10111011 1001110 1011101 0 11011 11111001 1010110 100111

Color Harmonies of #290EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290EBB

Black with #290EBB

Text Example


Text Example

White with #290EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,14,187); }

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

background-color css

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

 a { background-color: rgb(41,14,187); }

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

border-color css

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

 span { border-color: rgb(41,14,187); }

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