Html Css Color HEX #091FDA Medium Blue

📋 copy color: '#091FDA'

red 9 ◦ green 31 ◦ blue 218

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

Shades of Medium Blue #091FDA

Tints of Medium Blue #091FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 84.5%

R = 3.49%
G = 12.02%
B = 84.5%

CMYK

 C value IS 0.96

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#091FDA (or 0x091FDA) is known color: Medium Blue. HEX triplet: 09, 1F and DA. RGB value is (9,31,218). Sum of RGB (Red+Green+Blue) = 9+31+218=258 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.49% from 258); Green value is 31 (12.5% from 255 or 12.02% from 258); Blue value is 218 (85.55% from 255 or 84.50% from 258); Max value from RGB is 218 - color contains mainly: blue. Hex color #091FDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091FDA is #F6E025. Grayscale: #2C2C2C. Windows color (decimal): -16179238 or 14294793. OLE color: 14294793.

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

Color convert

RGB 9 31 218 -
CMYK 0.96 0.86 0 0.15
HSL 233.68º 0.92% 0.45% -
HSV(B) 233.68º 0.96% 0.85% -
XYZ 13.26 6.1 66.81 -
YUV 45.74 225.21 101.79 -
System Red Green Blue C M Y K H S L
Decimal 9 31 218 0.96 0.86 0 0.15 233.68 0.92 0.45
Hex 9 1F DA 60 56 0 F EA 5C 2D
Octal 11 37 332 140 126 0 17 352 134 55
Binary 1001 11111 11011010 1100000 1010110 0 1111 11101010 1011100 101101

Color Harmonies of #091FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091FDA

Black with #091FDA

Text Example


Text Example

White with #091FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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