Html Css Color HEX #080CCE Medium Blue

📋 copy color: '#080CCE'

red 8 ◦ green 12 ◦ blue 206

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

Shades of Medium Blue #080CCE

Tints of Medium Blue #080CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 91.15%

R = 3.54%
G = 5.31%
B = 91.15%

CMYK

 C value IS 0.96

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#080CCE (or 0x080CCE) is known color: Medium Blue. HEX triplet: 08, 0C and CE. RGB value is (8,12,206). Sum of RGB (Red+Green+Blue) = 8+12+206=226 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.54% from 226); Green value is 12 (5.08% from 255 or 5.31% from 226); Blue value is 206 (80.86% from 255 or 91.15% from 226); Max value from RGB is 206 - color contains mainly: blue. Hex color #080CCE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080CCE is #F7F331. Grayscale: #202020. Windows color (decimal): -16249650 or 13503496. OLE color: 13503496.

HSL color Cylindrical-coordinate representation of color #080CCE: hue angle of 238.79º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080CCE is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 8 12 206 -
CMYK 0.96 0.94 0 0.19
HSL 238.79º 0.93% 0.42% -
HSV(B) 238.79º 0.96% 0.81% -
XYZ 11.37 4.77 58.71 -
YUV 32.92 225.67 110.23 -
System Red Green Blue C M Y K H S L
Decimal 8 12 206 0.96 0.94 0 0.19 238.79 0.93 0.42
Hex 8 C CE 60 5E 0 13 EF 5D 2A
Octal 10 14 316 140 136 0 23 357 135 52
Binary 1000 1100 11001110 1100000 1011110 0 10011 11101111 1011101 101010

Color Harmonies of #080CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080CCE

Black with #080CCE

Text Example


Text Example

White with #080CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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