Html Css Color HEX #091DCE Medium Blue

📋 copy color: '#091DCE'

red 9 ◦ green 29 ◦ blue 206

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

Shades of Medium Blue #091DCE

Tints of Medium Blue #091DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 84.43%

R = 3.69%
G = 11.89%
B = 84.43%

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

#091DCE (or 0x091DCE) is known color: Medium Blue. HEX triplet: 09, 1D and CE. RGB value is (9,29,206). Sum of RGB (Red+Green+Blue) = 9+29+206=244 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.69% from 244); Green value is 29 (11.72% from 255 or 11.89% from 244); Blue value is 206 (80.86% from 255 or 84.43% from 244); Max value from RGB is 206 - color contains mainly: blue. Hex color #091DCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091DCE is #F6E231. Grayscale: #2A2A2A. Windows color (decimal): -16179762 or 13507849. OLE color: 13507849.

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

Color convert

RGB 9 29 206 -
CMYK 0.96 0.86 0 0.19
HSL 233.91º 0.92% 0.42% -
HSV(B) 233.91º 0.96% 0.81% -
XYZ 11.69 5.39 58.82 -
YUV 43.2 219.87 103.61 -
System Red Green Blue C M Y K H S L
Decimal 9 29 206 0.96 0.86 0 0.19 233.91 0.92 0.42
Hex 9 1D CE 60 56 0 13 EA 5C 2A
Octal 11 35 316 140 126 0 23 352 134 52
Binary 1001 11101 11001110 1100000 1010110 0 10011 11101010 1011100 101010

Color Harmonies of #091DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091DCE

Black with #091DCE

Text Example


Text Example

White with #091DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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