Html Css Color HEX #080CEC Blue

📋 copy color: '#080CEC'

red 8 ◦ green 12 ◦ blue 236

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

Shades of Blue #080CEC

Tints of Blue #080CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 92.19%

R = 3.13%
G = 4.69%
B = 92.19%

CMYK

 C value IS 0.97

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#080CEC (or 0x080CEC) is known color: Blue. HEX triplet: 08, 0C and EC. RGB value is (8,12,236). Sum of RGB (Red+Green+Blue) = 8+12+236=256 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.12% from 256); Green value is 12 (5.08% from 255 or 4.69% from 256); Blue value is 236 (92.58% from 255 or 92.19% from 256); Max value from RGB is 236 - color contains mainly: blue. Hex color #080CEC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #080CEC is #F7F313. Grayscale: #232323. Windows color (decimal): -16249620 or 15469576. OLE color: 15469576.

HSL color Cylindrical-coordinate representation of color #080CEC: hue angle of 238.95º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #080CEC is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 8 12 236 -
CMYK 0.97 0.95 0 0.07
HSL 238.95º 0.93% 0.48% -
HSV(B) 238.95º 0.97% 0.93% -
XYZ 15.37 6.37 79.78 -
YUV 36.34 240.67 107.79 -
System Red Green Blue C M Y K H S L
Decimal 8 12 236 0.97 0.95 0 0.07 238.95 0.93 0.48
Hex 8 C EC 61 5F 0 7 EF 5D 30
Octal 10 14 354 141 137 0 7 357 135 60
Binary 1000 1100 11101100 1100001 1011111 0 111 11101111 1011101 110000

Color Harmonies of #080CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080CEC

Black with #080CEC

Text Example


Text Example

White with #080CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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