Html Css Color HEX #290FDB Medium Blue

📋 copy color: '#290FDB'

red 41 ◦ green 15 ◦ blue 219

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

Shades of Medium Blue #290FDB

Tints of Medium Blue #290FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 79.64%

R = 14.91%
G = 5.45%
B = 79.64%

CMYK

 C value IS 0.81

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#290FDB (or 0x290FDB) is known color: Medium Blue. HEX triplet: 29, 0F and DB. RGB value is (41,15,219). Sum of RGB (Red+Green+Blue) = 41+15+219=275 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.91% from 275); Green value is 15 (6.25% from 255 or 5.45% from 275); Blue value is 219 (85.94% from 255 or 79.64% from 275); Max value from RGB is 219 - color contains mainly: blue. Hex color #290FDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290FDB is #D6F024. Grayscale: #2D2D2D. Windows color (decimal): -14086181 or 14356265. OLE color: 14356265.

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

Color convert

RGB 41 15 219 -
CMYK 0.81 0.93 0 0.14
HSL 247.65º 0.87% 0.46% -
HSV(B) 247.65º 0.93% 0.86% -
XYZ 13.87 5.93 67.43 -
YUV 46.03 225.61 124.41 -
System Red Green Blue C M Y K H S L
Decimal 41 15 219 0.81 0.93 0 0.14 247.65 0.87 0.46
Hex 29 F DB 51 5D 0 E F8 57 2E
Octal 51 17 333 121 135 0 16 370 127 56
Binary 101001 1111 11011011 1010001 1011101 0 1110 11111000 1010111 101110

Color Harmonies of #290FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290FDB

Black with #290FDB

Text Example


Text Example

White with #290FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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