Html Css Color HEX #091DC8 Medium Blue

📋 copy color: '#091DC8'

red 9 ◦ green 29 ◦ blue 200

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

Shades of Medium Blue #091DC8

Tints of Medium Blue #091DC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 84.03%

R = 3.78%
G = 12.18%
B = 84.03%

CMYK

 C value IS 0.96

 M value IS 0.86

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#091DC8 (or 0x091DC8) is known color: Medium Blue. HEX triplet: 09, 1D and C8. RGB value is (9,29,200). Sum of RGB (Red+Green+Blue) = 9+29+200=238 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.78% from 238); Green value is 29 (11.72% from 255 or 12.18% from 238); Blue value is 200 (78.52% from 255 or 84.03% from 238); Max value from RGB is 200 - color contains mainly: blue. Hex color #091DC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091DC8 is #F6E237. Grayscale: #292929. Windows color (decimal): -16179768 or 13114633. OLE color: 13114633.

HSL color Cylindrical-coordinate representation of color #091DC8: hue angle of 233.72º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #091DC8 is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 9 29 200 -
CMYK 0.96 0.86 0 0.22
HSL 233.72º 0.91% 0.41% -
HSV(B) 233.72º 0.96% 0.78% -
XYZ 10.98 5.11 55.05 -
YUV 42.51 216.87 104.1 -
System Red Green Blue C M Y K H S L
Decimal 9 29 200 0.96 0.86 0 0.22 233.72 0.91 0.41
Hex 9 1D C8 60 56 0 16 EA 5B 29
Octal 11 35 310 140 126 0 26 352 133 51
Binary 1001 11101 11001000 1100000 1010110 0 10110 11101010 1011011 101001

Color Harmonies of #091DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091DC8

Black with #091DC8

Text Example


Text Example

White with #091DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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