Html Css Color HEX #080CCC Medium Blue

📋 copy color: '#080CCC'

red 8 ◦ green 12 ◦ blue 204

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

Shades of Medium Blue #080CCC

Tints of Medium Blue #080CCC

RGB

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

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

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

R = 3.57%
G = 5.36%
B = 91.07%

CMYK

 C value IS 0.96

 M value IS 0.94

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#080CCC (or 0x080CCC) is known color: Medium Blue. HEX triplet: 08, 0C and CC. RGB value is (8,12,204). Sum of RGB (Red+Green+Blue) = 8+12+204=224 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.57% from 224); Green value is 12 (5.08% from 255 or 5.36% from 224); Blue value is 204 (80.08% from 255 or 91.07% from 224); Max value from RGB is 204 - color contains mainly: blue. Hex color #080CCC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080CCC is #F7F333. Grayscale: #1F1F1F. Windows color (decimal): -16249652 or 13372424. OLE color: 13372424.

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

Color convert

RGB 8 12 204 -
CMYK 0.96 0.94 0 0.2
HSL 238.78º 0.92% 0.42% -
HSV(B) 238.78º 0.96% 0.8% -
XYZ 11.13 4.67 57.44 -
YUV 32.69 224.67 110.39 -
System Red Green Blue C M Y K H S L
Decimal 8 12 204 0.96 0.94 0 0.2 238.78 0.92 0.42
Hex 8 C CC 60 5E 0 14 EF 5C 2A
Octal 10 14 314 140 136 0 24 357 134 52
Binary 1000 1100 11001100 1100000 1011110 0 10100 11101111 1011100 101010

Color Harmonies of #080CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080CCC

Black with #080CCC

Text Example


Text Example

White with #080CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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