Html Css Color HEX #080AFF Blue

📋 copy color: '#080AFF'

red 8 ◦ green 10 ◦ blue 255

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

Shades of Blue #080AFF

Tints of Blue #080AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 93.41%

R = 2.93%
G = 3.66%
B = 93.41%

CMYK

 C value IS 0.97

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#080AFF (or 0x080AFF) is known color: Blue. HEX triplet: 08, 0A and FF. RGB value is (8,10,255). Sum of RGB (Red+Green+Blue) = 8+10+255=273 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.93% from 273); Green value is 10 (4.30% from 255 or 3.66% from 273); Blue value is 255 (100% from 255 or 93.41% from 273); Max value from RGB is 255 - color contains mainly: blue. Hex color #080AFF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #080AFF is #F7F500. Grayscale: #242424. Windows color (decimal): -16250113 or 16714248. OLE color: 16714248.

HSL color Cylindrical-coordinate representation of color #080AFF: hue angle of 239.51º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #080AFF is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 8 10 255 -
CMYK 0.97 0.96 0 0
HSL 239.51º 1% 0.52% -
HSV(B) 239.51º 0.97% 1% -
XYZ 18.26 7.49 95.09 -
YUV 37.33 250.84 107.08 -
System Red Green Blue C M Y K H S L
Decimal 8 10 255 0.97 0.96 0 0 239.51 1 0.52
Hex 8 A FF 61 60 0 0 F0 64 34
Octal 10 12 377 141 140 0 0 360 144 64
Binary 1000 1010 11111111 1100001 1100000 0 0 11110000 1100100 110100

Color Harmonies of #080AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080AFF

Black with #080AFF

Text Example


Text Example

White with #080AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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