Html Css Color HEX #080CBB Medium Blue

📋 copy color: '#080CBB'

red 8 ◦ green 12 ◦ blue 187

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

Shades of Medium Blue #080CBB

Tints of Medium Blue #080CBB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.8%

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

R = 3.86%
G = 5.8%
B = 90.34%

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

#080CBB (or 0x080CBB) is known color: Medium Blue. HEX triplet: 08, 0C and BB. RGB value is (8,12,187). Sum of RGB (Red+Green+Blue) = 8+12+187=207 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.86% from 207); Green value is 12 (5.08% from 255 or 5.80% from 207); Blue value is 187 (73.44% from 255 or 90.34% from 207); Max value from RGB is 187 - color contains mainly: blue. Hex color #080CBB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080CBB is #F7F344. Grayscale: #1E1E1E. Windows color (decimal): -16249669 or 12258312. OLE color: 12258312.

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

Color convert

RGB 8 12 187 -
CMYK 0.96 0.94 0 0.27
HSL 238.66º 0.92% 0.38% -
HSV(B) 238.66º 0.96% 0.73% -
XYZ 9.2 3.9 47.28 -
YUV 30.75 216.17 111.77 -
System Red Green Blue C M Y K H S L
Decimal 8 12 187 0.96 0.94 0 0.27 238.66 0.92 0.38
Hex 8 C BB 60 5E 0 1B EF 5C 26
Octal 10 14 273 140 136 0 33 357 134 46
Binary 1000 1100 10111011 1100000 1011110 0 11011 11101111 1011100 100110

Color Harmonies of #080CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080CBB

Black with #080CBB

Text Example


Text Example

White with #080CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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