Html Css Color HEX #080CC3 Medium Blue

📋 copy color: '#080CC3'

red 8 ◦ green 12 ◦ blue 195

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

Shades of Medium Blue #080CC3

Tints of Medium Blue #080CC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 90.7%

R = 3.72%
G = 5.58%
B = 90.7%

CMYK

 C value IS 0.96

 M value IS 0.94

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#080CC3 (or 0x080CC3) is known color: Medium Blue. HEX triplet: 08, 0C and C3. RGB value is (8,12,195). Sum of RGB (Red+Green+Blue) = 8+12+195=215 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.72% from 215); Green value is 12 (5.08% from 255 or 5.58% from 215); Blue value is 195 (76.56% from 255 or 90.70% from 215); Max value from RGB is 195 - color contains mainly: blue. Hex color #080CC3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080CC3 is #F7F33C. Grayscale: #1E1E1E. Windows color (decimal): -16249661 or 12782600. OLE color: 12782600.

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

Color convert

RGB 8 12 195 -
CMYK 0.96 0.94 0 0.24
HSL 238.72º 0.92% 0.4% -
HSV(B) 238.72º 0.96% 0.76% -
XYZ 10.08 4.25 51.92 -
YUV 31.67 220.17 111.12 -
System Red Green Blue C M Y K H S L
Decimal 8 12 195 0.96 0.94 0 0.24 238.72 0.92 0.4
Hex 8 C C3 60 5E 0 18 EF 5C 28
Octal 10 14 303 140 136 0 30 357 134 50
Binary 1000 1100 11000011 1100000 1011110 0 11000 11101111 1011100 101000

Color Harmonies of #080CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080CC3

Black with #080CC3

Text Example


Text Example

White with #080CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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