Html Css Color HEX #091DD0 Medium Blue

📋 copy color: '#091DD0'

red 9 ◦ green 29 ◦ blue 208

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

Shades of Medium Blue #091DD0

Tints of Medium Blue #091DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 84.55%

R = 3.66%
G = 11.79%
B = 84.55%

CMYK

 C value IS 0.96

 M value IS 0.86

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#091DD0 (or 0x091DD0) is known color: Medium Blue. HEX triplet: 09, 1D and D0. RGB value is (9,29,208). Sum of RGB (Red+Green+Blue) = 9+29+208=246 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.66% from 246); Green value is 29 (11.72% from 255 or 11.79% from 246); Blue value is 208 (81.64% from 255 or 84.55% from 246); Max value from RGB is 208 - color contains mainly: blue. Hex color #091DD0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091DD0 is #F6E22F. Grayscale: #2A2A2A. Windows color (decimal): -16179760 or 13638921. OLE color: 13638921.

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

Color convert

RGB 9 29 208 -
CMYK 0.96 0.86 0 0.18
HSL 233.97º 0.92% 0.43% -
HSV(B) 233.97º 0.96% 0.82% -
XYZ 11.94 5.49 60.11 -
YUV 43.43 220.87 103.45 -
System Red Green Blue C M Y K H S L
Decimal 9 29 208 0.96 0.86 0 0.18 233.97 0.92 0.43
Hex 9 1D D0 60 56 0 12 EA 5C 2B
Octal 11 35 320 140 126 0 22 352 134 53
Binary 1001 11101 11010000 1100000 1010110 0 10010 11101010 1011100 101011

Color Harmonies of #091DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091DD0

Black with #091DD0

Text Example


Text Example

White with #091DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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