Html Css Color HEX #080ACF Medium Blue

📋 copy color: '#080ACF'

red 8 ◦ green 10 ◦ blue 207

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

Shades of Medium Blue #080ACF

Tints of Medium Blue #080ACF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.44%

 BLUE value IS 207 (81.25% from 255) = 92%

R = 3.56%
G = 4.44%
B = 92%

CMYK

 C value IS 0.96

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#080ACF (or 0x080ACF) is known color: Medium Blue. HEX triplet: 08, 0A and CF. RGB value is (8,10,207). Sum of RGB (Red+Green+Blue) = 8+10+207=225 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.56% from 225); Green value is 10 (4.30% from 255 or 4.44% from 225); Blue value is 207 (81.25% from 255 or 92% from 225); Max value from RGB is 207 - color contains mainly: blue. Hex color #080ACF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080ACF is #F7F530. Grayscale: #1F1F1F. Windows color (decimal): -16250161 or 13568520. OLE color: 13568520.

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

Color convert

RGB 8 10 207 -
CMYK 0.96 0.95 0 0.19
HSL 239.4º 0.93% 0.42% -
HSV(B) 239.4º 0.96% 0.81% -
XYZ 11.47 4.77 59.35 -
YUV 31.86 226.84 110.98 -
System Red Green Blue C M Y K H S L
Decimal 8 10 207 0.96 0.95 0 0.19 239.4 0.93 0.42
Hex 8 A CF 60 5F 0 13 EF 5D 2A
Octal 10 12 317 140 137 0 23 357 135 52
Binary 1000 1010 11001111 1100000 1011111 0 10011 11101111 1011101 101010

Color Harmonies of #080ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080ACF

Black with #080ACF

Text Example


Text Example

White with #080ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,10,207); }

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

background-color css

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

 a { background-color: rgb(8,10,207); }

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

border-color css

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

 span { border-color: rgb(8,10,207); }

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