Html Css Color HEX #091FCF Medium Blue

📋 copy color: '#091FCF'

red 9 ◦ green 31 ◦ blue 207

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

Shades of Medium Blue #091FCF

Tints of Medium Blue #091FCF

RGB

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

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

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

R = 3.64%
G = 12.55%
B = 83.81%

CMYK

 C value IS 0.96

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#091FCF (or 0x091FCF) is known color: Medium Blue. HEX triplet: 09, 1F and CF. RGB value is (9,31,207). Sum of RGB (Red+Green+Blue) = 9+31+207=247 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.64% from 247); Green value is 31 (12.5% from 255 or 12.55% from 247); Blue value is 207 (81.25% from 255 or 83.81% from 247); Max value from RGB is 207 - color contains mainly: blue. Hex color #091FCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091FCF is #F6E030. Grayscale: #2B2B2B. Windows color (decimal): -16179249 or 13573897. OLE color: 13573897.

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

Color convert

RGB 9 31 207 -
CMYK 0.96 0.85 0 0.19
HSL 233.33º 0.92% 0.42% -
HSV(B) 233.33º 0.96% 0.81% -
XYZ 11.87 5.54 59.48 -
YUV 44.49 219.71 102.69 -
System Red Green Blue C M Y K H S L
Decimal 9 31 207 0.96 0.85 0 0.19 233.33 0.92 0.42
Hex 9 1F CF 60 55 0 13 E9 5C 2A
Octal 11 37 317 140 125 0 23 351 134 52
Binary 1001 11111 11001111 1100000 1010101 0 10011 11101001 1011100 101010

Color Harmonies of #091FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091FCF

Black with #091FCF

Text Example


Text Example

White with #091FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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