Html Css Color HEX #091DDE Medium Blue

📋 copy color: '#091DDE'

red 9 ◦ green 29 ◦ blue 222

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

Shades of Medium Blue #091DDE

Tints of Medium Blue #091DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 85.38%

R = 3.46%
G = 11.15%
B = 85.38%

CMYK

 C value IS 0.96

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#091DDE (or 0x091DDE) is known color: Medium Blue. HEX triplet: 09, 1D and DE. RGB value is (9,29,222). Sum of RGB (Red+Green+Blue) = 9+29+222=260 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.46% from 260); Green value is 29 (11.72% from 255 or 11.15% from 260); Blue value is 222 (87.11% from 255 or 85.38% from 260); Max value from RGB is 222 - color contains mainly: blue. Hex color #091DDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091DDE is #F6E221. Grayscale: #2C2C2C. Windows color (decimal): -16179746 or 14556425. OLE color: 14556425.

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

Color convert

RGB 9 29 222 -
CMYK 0.96 0.87 0 0.13
HSL 234.37º 0.92% 0.45% -
HSV(B) 234.37º 0.96% 0.87% -
XYZ 13.74 6.21 69.58 -
YUV 45.02 227.87 102.31 -
System Red Green Blue C M Y K H S L
Decimal 9 29 222 0.96 0.87 0 0.13 234.37 0.92 0.45
Hex 9 1D DE 60 57 0 D EA 5C 2D
Octal 11 35 336 140 127 0 15 352 134 55
Binary 1001 11101 11011110 1100000 1010111 0 1101 11101010 1011100 101101

Color Harmonies of #091DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091DDE

Black with #091DDE

Text Example


Text Example

White with #091DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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