Html Css Color HEX #080CFA Blue

📋 copy color: '#080CFA'

red 8 ◦ green 12 ◦ blue 250

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

Shades of Blue #080CFA

Tints of Blue #080CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 92.59%

R = 2.96%
G = 4.44%
B = 92.59%

CMYK

 C value IS 0.97

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#080CFA (or 0x080CFA) is known color: Blue. HEX triplet: 08, 0C and FA. RGB value is (8,12,250). Sum of RGB (Red+Green+Blue) = 8+12+250=270 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.96% from 270); Green value is 12 (5.08% from 255 or 4.44% from 270); Blue value is 250 (98.05% from 255 or 92.59% from 270); Max value from RGB is 250 - color contains mainly: blue. Hex color #080CFA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #080CFA is #F7F305. Grayscale: #242424. Windows color (decimal): -16249606 or 16387080. OLE color: 16387080.

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

Color convert

RGB 8 12 250 -
CMYK 0.97 0.95 0 0.02
HSL 239.01º 0.96% 0.51% -
HSV(B) 239.01º 0.97% 0.98% -
XYZ 17.49 7.22 90.91 -
YUV 37.94 247.67 106.65 -
System Red Green Blue C M Y K H S L
Decimal 8 12 250 0.97 0.95 0 0.02 239.01 0.96 0.51
Hex 8 C FA 61 5F 0 2 EF 60 33
Octal 10 14 372 141 137 0 2 357 140 63
Binary 1000 1100 11111010 1100001 1011111 0 10 11101111 1100000 110011

Color Harmonies of #080CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080CFA

Black with #080CFA

Text Example


Text Example

White with #080CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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