Html Css Color HEX #091DDA Medium Blue

📋 copy color: '#091DDA'

red 9 ◦ green 29 ◦ blue 218

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

Shades of Medium Blue #091DDA

Tints of Medium Blue #091DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 85.16%

R = 3.52%
G = 11.33%
B = 85.16%

CMYK

 C value IS 0.96

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#091DDA (or 0x091DDA) is known color: Medium Blue. HEX triplet: 09, 1D and DA. RGB value is (9,29,218). Sum of RGB (Red+Green+Blue) = 9+29+218=256 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.52% from 256); Green value is 29 (11.72% from 255 or 11.33% from 256); Blue value is 218 (85.55% from 255 or 85.16% from 256); Max value from RGB is 218 - color contains mainly: blue. Hex color #091DDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091DDA is #F6E225. Grayscale: #2B2B2B. Windows color (decimal): -16179750 or 14294281. OLE color: 14294281.

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

Color convert

RGB 9 29 218 -
CMYK 0.96 0.87 0 0.15
HSL 234.26º 0.92% 0.45% -
HSV(B) 234.26º 0.96% 0.85% -
XYZ 13.21 6 66.79 -
YUV 44.57 225.87 102.63 -
System Red Green Blue C M Y K H S L
Decimal 9 29 218 0.96 0.87 0 0.15 234.26 0.92 0.45
Hex 9 1D DA 60 57 0 F EA 5C 2D
Octal 11 35 332 140 127 0 17 352 134 55
Binary 1001 11101 11011010 1100000 1010111 0 1111 11101010 1011100 101101

Color Harmonies of #091DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091DDA

Black with #091DDA

Text Example


Text Example

White with #091DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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