Html Css Color HEX #080BBD Medium Blue

📋 copy color: '#080BBD'

red 8 ◦ green 11 ◦ blue 189

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

Shades of Medium Blue #080BBD

Tints of Medium Blue #080BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 90.87%

R = 3.85%
G = 5.29%
B = 90.87%

CMYK

 C value IS 0.96

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#080BBD (or 0x080BBD) is known color: Medium Blue. HEX triplet: 08, 0B and BD. RGB value is (8,11,189). Sum of RGB (Red+Green+Blue) = 8+11+189=208 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.85% from 208); Green value is 11 (4.69% from 255 or 5.29% from 208); Blue value is 189 (74.22% from 255 or 90.87% from 208); Max value from RGB is 189 - color contains mainly: blue. Hex color #080BBD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080BBD is #F7F442. Grayscale: #1D1D1D. Windows color (decimal): -16249923 or 12389128. OLE color: 12389128.

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

Color convert

RGB 8 11 189 -
CMYK 0.96 0.94 0 0.26
HSL 239.01º 0.92% 0.39% -
HSV(B) 239.01º 0.96% 0.74% -
XYZ 9.41 3.97 48.41 -
YUV 30.4 217.51 112.03 -
System Red Green Blue C M Y K H S L
Decimal 8 11 189 0.96 0.94 0 0.26 239.01 0.92 0.39
Hex 8 B BD 60 5E 0 1A EF 5C 27
Octal 10 13 275 140 136 0 32 357 134 47
Binary 1000 1011 10111101 1100000 1011110 0 11010 11101111 1011100 100111

Color Harmonies of #080BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080BBD

Black with #080BBD

Text Example


Text Example

White with #080BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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