Html Css Color HEX #091ECF Medium Blue

📋 copy color: '#091ECF'

red 9 ◦ green 30 ◦ blue 207

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

Shades of Medium Blue #091ECF

Tints of Medium Blue #091ECF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.2%

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

R = 3.66%
G = 12.2%
B = 84.15%

CMYK

 C value IS 0.96

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#091ECF (or 0x091ECF) is known color: Medium Blue. HEX triplet: 09, 1E and CF. RGB value is (9,30,207). Sum of RGB (Red+Green+Blue) = 9+30+207=246 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.66% from 246); Green value is 30 (12.11% from 255 or 12.20% from 246); Blue value is 207 (81.25% from 255 or 84.15% from 246); Max value from RGB is 207 - color contains mainly: blue. Hex color #091ECF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091ECF is #F6E130. Grayscale: #2B2B2B. Windows color (decimal): -16179505 or 13573641. OLE color: 13573641.

HSL color Cylindrical-coordinate representation of color #091ECF: hue angle of 233.64º 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 #091ECF is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 9 30 207 -
CMYK 0.96 0.86 0 0.19
HSL 233.64º 0.92% 0.42% -
HSV(B) 233.64º 0.96% 0.81% -
XYZ 11.84 5.49 59.47 -
YUV 43.9 220.04 103.11 -
System Red Green Blue C M Y K H S L
Decimal 9 30 207 0.96 0.86 0 0.19 233.64 0.92 0.42
Hex 9 1E CF 60 56 0 13 EA 5C 2A
Octal 11 36 317 140 126 0 23 352 134 52
Binary 1001 11110 11001111 1100000 1010110 0 10011 11101010 1011100 101010

Color Harmonies of #091ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091ECF

Black with #091ECF

Text Example


Text Example

White with #091ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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