Html Css Color HEX #091FDB Medium Blue

📋 copy color: '#091FDB'

red 9 ◦ green 31 ◦ blue 219

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

Shades of Medium Blue #091FDB

Tints of Medium Blue #091FDB

RGB

 RED value IS 9 (3.91% from 255) = 3.47%

 GREEN value IS 31 (12.5% from 255) = 11.97%

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

R = 3.47%
G = 11.97%
B = 84.56%

CMYK

 C value IS 0.96

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#091FDB (or 0x091FDB) is known color: Medium Blue. HEX triplet: 09, 1F and DB. RGB value is (9,31,219). Sum of RGB (Red+Green+Blue) = 9+31+219=259 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.47% from 259); Green value is 31 (12.5% from 255 or 11.97% from 259); Blue value is 219 (85.94% from 255 or 84.56% from 259); Max value from RGB is 219 - color contains mainly: blue. Hex color #091FDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091FDB is #F6E024. Grayscale: #2D2D2D. Windows color (decimal): -16179237 or 14360329. OLE color: 14360329.

HSL color Cylindrical-coordinate representation of color #091FDB: hue angle of 233.71º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #091FDB is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 9 31 219 -
CMYK 0.96 0.86 0 0.14
HSL 233.71º 0.92% 0.45% -
HSV(B) 233.71º 0.96% 0.86% -
XYZ 13.39 6.15 67.5 -
YUV 45.85 225.71 101.71 -
System Red Green Blue C M Y K H S L
Decimal 9 31 219 0.96 0.86 0 0.14 233.71 0.92 0.45
Hex 9 1F DB 60 56 0 E EA 5C 2D
Octal 11 37 333 140 126 0 16 352 134 55
Binary 1001 11111 11011011 1100000 1010110 0 1110 11101010 1011100 101101

Color Harmonies of #091FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091FDB

Black with #091FDB

Text Example


Text Example

White with #091FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,31,219); }

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

background-color css

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

 a { background-color: rgb(9,31,219); }

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

border-color css

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

 span { border-color: rgb(9,31,219); }

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