Html Css Color HEX #080BEF Blue

📋 copy color: '#080BEF'

red 8 ◦ green 11 ◦ blue 239

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

Shades of Blue #080BEF

Tints of Blue #080BEF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.26%

 BLUE value IS 239 (93.75% from 255) = 92.64%

R = 3.1%
G = 4.26%
B = 92.64%

CMYK

 C value IS 0.97

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#080BEF (or 0x080BEF) is known color: Blue. HEX triplet: 08, 0B and EF. RGB value is (8,11,239). Sum of RGB (Red+Green+Blue) = 8+11+239=258 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.10% from 258); Green value is 11 (4.69% from 255 or 4.26% from 258); Blue value is 239 (93.75% from 255 or 92.64% from 258); Max value from RGB is 239 - color contains mainly: blue. Hex color #080BEF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #080BEF is #F7F410. Grayscale: #232323. Windows color (decimal): -16249873 or 15665928. OLE color: 15665928.

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

Color convert

RGB 8 11 239 -
CMYK 0.97 0.95 0 0.06
HSL 239.22º 0.94% 0.48% -
HSV(B) 239.22º 0.97% 0.94% -
XYZ 15.8 6.52 82.09 -
YUV 36.1 242.51 107.96 -
System Red Green Blue C M Y K H S L
Decimal 8 11 239 0.97 0.95 0 0.06 239.22 0.94 0.48
Hex 8 B EF 61 5F 0 6 EF 5E 30
Octal 10 13 357 141 137 0 6 357 136 60
Binary 1000 1011 11101111 1100001 1011111 0 110 11101111 1011110 110000

Color Harmonies of #080BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080BEF

Black with #080BEF

Text Example


Text Example

White with #080BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,11,239); }

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

background-color css

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

 a { background-color: rgb(8,11,239); }

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

border-color css

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

 span { border-color: rgb(8,11,239); }

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