Html Css Color HEX #080BCC Medium Blue

📋 copy color: '#080BCC'

red 8 ◦ green 11 ◦ blue 204

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

Shades of Medium Blue #080BCC

Tints of Medium Blue #080BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 91.48%

R = 3.59%
G = 4.93%
B = 91.48%

CMYK

 C value IS 0.96

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#080BCC (or 0x080BCC) is known color: Medium Blue. HEX triplet: 08, 0B and CC. RGB value is (8,11,204). Sum of RGB (Red+Green+Blue) = 8+11+204=223 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.59% from 223); Green value is 11 (4.69% from 255 or 4.93% from 223); Blue value is 204 (80.08% from 255 or 91.48% from 223); Max value from RGB is 204 - color contains mainly: blue. Hex color #080BCC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080BCC is #F7F433. Grayscale: #1F1F1F. Windows color (decimal): -16249908 or 13372168. OLE color: 13372168.

HSL color Cylindrical-coordinate representation of color #080BCC: hue angle of 239.08º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080BCC is Cyan = 0.96, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 8 11 204 -
CMYK 0.96 0.95 0 0.2
HSL 239.08º 0.92% 0.42% -
HSV(B) 239.08º 0.96% 0.8% -
XYZ 11.12 4.65 57.44 -
YUV 32.11 225.01 110.81 -
System Red Green Blue C M Y K H S L
Decimal 8 11 204 0.96 0.95 0 0.2 239.08 0.92 0.42
Hex 8 B CC 60 5F 0 14 EF 5C 2A
Octal 10 13 314 140 137 0 24 357 134 52
Binary 1000 1011 11001100 1100000 1011111 0 10100 11101111 1011100 101010

Color Harmonies of #080BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080BCC

Black with #080BCC

Text Example


Text Example

White with #080BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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