Html Css Color HEX #091DCF Medium Blue

📋 copy color: '#091DCF'

red 9 ◦ green 29 ◦ blue 207

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

Shades of Medium Blue #091DCF

Tints of Medium Blue #091DCF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.84%

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

R = 3.67%
G = 11.84%
B = 84.49%

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

#091DCF (or 0x091DCF) is known color: Medium Blue. HEX triplet: 09, 1D and CF. RGB value is (9,29,207). Sum of RGB (Red+Green+Blue) = 9+29+207=245 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.67% from 245); Green value is 29 (11.72% from 255 or 11.84% from 245); Blue value is 207 (81.25% from 255 or 84.49% from 245); Max value from RGB is 207 - color contains mainly: blue. Hex color #091DCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091DCF is #F6E230. Grayscale: #2A2A2A. Windows color (decimal): -16179761 or 13573385. OLE color: 13573385.

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

Color convert

RGB 9 29 207 -
CMYK 0.96 0.86 0 0.19
HSL 233.94º 0.92% 0.42% -
HSV(B) 233.94º 0.96% 0.81% -
XYZ 11.81 5.44 59.46 -
YUV 43.31 220.37 103.53 -
System Red Green Blue C M Y K H S L
Decimal 9 29 207 0.96 0.86 0 0.19 233.94 0.92 0.42
Hex 9 1D CF 60 56 0 13 EA 5C 2A
Octal 11 35 317 140 126 0 23 352 134 52
Binary 1001 11101 11001111 1100000 1010110 0 10011 11101010 1011100 101010

Color Harmonies of #091DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091DCF

Black with #091DCF

Text Example


Text Example

White with #091DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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