Html Css Color HEX #080BBB Medium Blue

📋 copy color: '#080BBB'

red 8 ◦ green 11 ◦ blue 187

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

Shades of Medium Blue #080BBB

Tints of Medium Blue #080BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 90.78%

R = 3.88%
G = 5.34%
B = 90.78%

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

#080BBB (or 0x080BBB) is known color: Medium Blue. HEX triplet: 08, 0B and BB. RGB value is (8,11,187). Sum of RGB (Red+Green+Blue) = 8+11+187=206 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.88% from 206); Green value is 11 (4.69% from 255 or 5.34% from 206); Blue value is 187 (73.44% from 255 or 90.78% from 206); Max value from RGB is 187 - color contains mainly: blue. Hex color #080BBB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080BBB is #F7F444. Grayscale: #1D1D1D. Windows color (decimal): -16249925 or 12258056. OLE color: 12258056.

HSL color Cylindrical-coordinate representation of color #080BBB: hue angle of 238.99º 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 #080BBB is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 8 11 187 -
CMYK 0.96 0.94 0 0.27
HSL 238.99º 0.92% 0.38% -
HSV(B) 238.99º 0.96% 0.73% -
XYZ 9.19 3.88 47.28 -
YUV 30.17 216.51 112.19 -
System Red Green Blue C M Y K H S L
Decimal 8 11 187 0.96 0.94 0 0.27 238.99 0.92 0.38
Hex 8 B BB 60 5E 0 1B EF 5C 26
Octal 10 13 273 140 136 0 33 357 134 46
Binary 1000 1011 10111011 1100000 1011110 0 11011 11101111 1011100 100110

Color Harmonies of #080BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080BBB

Black with #080BBB

Text Example


Text Example

White with #080BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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