Html Css Color HEX #091DDC Medium Blue

📋 copy color: '#091DDC'

red 9 ◦ green 29 ◦ blue 220

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

Shades of Medium Blue #091DDC

Tints of Medium Blue #091DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 85.27%

R = 3.49%
G = 11.24%
B = 85.27%

CMYK

 C value IS 0.96

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#091DDC (or 0x091DDC) is known color: Medium Blue. HEX triplet: 09, 1D and DC. RGB value is (9,29,220). Sum of RGB (Red+Green+Blue) = 9+29+220=258 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.49% from 258); Green value is 29 (11.72% from 255 or 11.24% from 258); Blue value is 220 (86.33% from 255 or 85.27% from 258); Max value from RGB is 220 - color contains mainly: blue. Hex color #091DDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091DDC is #F6E223. Grayscale: #2C2C2C. Windows color (decimal): -16179748 or 14425353. OLE color: 14425353.

HSL color Cylindrical-coordinate representation of color #091DDC: hue angle of 234.31º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #091DDC is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 9 29 220 -
CMYK 0.96 0.87 0 0.14
HSL 234.31º 0.92% 0.45% -
HSV(B) 234.31º 0.96% 0.86% -
XYZ 13.47 6.1 68.18 -
YUV 44.79 226.87 102.47 -
System Red Green Blue C M Y K H S L
Decimal 9 29 220 0.96 0.87 0 0.14 234.31 0.92 0.45
Hex 9 1D DC 60 57 0 E EA 5C 2D
Octal 11 35 334 140 127 0 16 352 134 55
Binary 1001 11101 11011100 1100000 1010111 0 1110 11101010 1011100 101101

Color Harmonies of #091DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091DDC

Black with #091DDC

Text Example


Text Example

White with #091DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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