Html Css Color HEX #080BB9 Medium Blue

📋 copy color: '#080BB9'

red 8 ◦ green 11 ◦ blue 185

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

Shades of Medium Blue #080BB9

Tints of Medium Blue #080BB9

RGB

 RED value IS 8 (3.52% from 255) = 3.92%

 GREEN value IS 11 (4.69% from 255) = 5.39%

 BLUE value IS 185 (72.66% from 255) = 90.69%

R = 3.92%
G = 5.39%
B = 90.69%

CMYK

 C value IS 0.96

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#080BB9 (or 0x080BB9) is known color: Medium Blue. HEX triplet: 08, 0B and B9. RGB value is (8,11,185). Sum of RGB (Red+Green+Blue) = 8+11+185=204 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.92% from 204); Green value is 11 (4.69% from 255 or 5.39% from 204); Blue value is 185 (72.66% from 255 or 90.69% from 204); Max value from RGB is 185 - color contains mainly: blue. Hex color #080BB9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080BB9 is #F7F446. Grayscale: #1D1D1D. Windows color (decimal): -16249927 or 12126984. OLE color: 12126984.

HSL color Cylindrical-coordinate representation of color #080BB9: hue angle of 238.98º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080BB9 is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 8 11 185 -
CMYK 0.96 0.94 0 0.27
HSL 238.98º 0.92% 0.38% -
HSV(B) 238.98º 0.96% 0.73% -
XYZ 8.98 3.79 46.16 -
YUV 29.94 215.51 112.35 -
System Red Green Blue C M Y K H S L
Decimal 8 11 185 0.96 0.94 0 0.27 238.98 0.92 0.38
Hex 8 B B9 60 5E 0 1B EF 5C 26
Octal 10 13 271 140 136 0 33 357 134 46
Binary 1000 1011 10111001 1100000 1011110 0 11011 11101111 1011100 100110

Color Harmonies of #080BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080BB9

Black with #080BB9

Text Example


Text Example

White with #080BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080BB9; }

 p { color: rgb(8,11,185); }

 H1.HeaderClassName
 {
   color: #080BB9;
 }
 .AnyTagClassName
 {
   color: #080BB9;
 }
</style>

background-color css

<style>
 a { background-color: #080BB9; }

 a { background-color: rgb(8,11,185); }

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

border-color css

<style>
 span { border-color: #080BB9; }

 span { border-color: rgb(8,11,185); }

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