Html Css Color HEX #080DBC Medium Blue

📋 copy color: '#080DBC'

red 8 ◦ green 13 ◦ blue 188

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

Shades of Medium Blue #080DBC

Tints of Medium Blue #080DBC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.22%

 BLUE value IS 188 (73.83% from 255) = 89.95%

R = 3.83%
G = 6.22%
B = 89.95%

CMYK

 C value IS 0.96

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#080DBC (or 0x080DBC) is known color: Medium Blue. HEX triplet: 08, 0D and BC. RGB value is (8,13,188). Sum of RGB (Red+Green+Blue) = 8+13+188=209 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.83% from 209); Green value is 13 (5.47% from 255 or 6.22% from 209); Blue value is 188 (73.83% from 255 or 89.95% from 209); Max value from RGB is 188 - color contains mainly: blue. Hex color #080DBC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080DBC is #F7F243. Grayscale: #1E1E1E. Windows color (decimal): -16249412 or 12324104. OLE color: 12324104.

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

Color convert

RGB 8 13 188 -
CMYK 0.96 0.93 0 0.26
HSL 238.33º 0.92% 0.38% -
HSV(B) 238.33º 0.96% 0.74% -
XYZ 9.32 3.97 47.85 -
YUV 31.46 216.34 111.27 -
System Red Green Blue C M Y K H S L
Decimal 8 13 188 0.96 0.93 0 0.26 238.33 0.92 0.38
Hex 8 D BC 60 5D 0 1A EE 5C 26
Octal 10 15 274 140 135 0 32 356 134 46
Binary 1000 1101 10111100 1100000 1011101 0 11010 11101110 1011100 100110

Color Harmonies of #080DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080DBC

Black with #080DBC

Text Example


Text Example

White with #080DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,13,188); }

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

background-color css

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

 a { background-color: rgb(8,13,188); }

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

border-color css

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

 span { border-color: rgb(8,13,188); }

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