Html Css Color HEX #080BEB Blue

📋 copy color: '#080BEB'

red 8 ◦ green 11 ◦ blue 235

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

Shades of Blue #080BEB

Tints of Blue #080BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 92.52%

R = 3.15%
G = 4.33%
B = 92.52%

CMYK

 C value IS 0.97

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#080BEB (or 0x080BEB) is known color: Blue. HEX triplet: 08, 0B and EB. RGB value is (8,11,235). Sum of RGB (Red+Green+Blue) = 8+11+235=254 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.15% from 254); Green value is 11 (4.69% from 255 or 4.33% from 254); Blue value is 235 (92.19% from 255 or 92.52% from 254); Max value from RGB is 235 - color contains mainly: blue. Hex color #080BEB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #080BEB is #F7F414. Grayscale: #222222. Windows color (decimal): -16249877 or 15403784. OLE color: 15403784.

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

Color convert

RGB 8 11 235 -
CMYK 0.97 0.95 0 0.08
HSL 239.21º 0.93% 0.48% -
HSV(B) 239.21º 0.97% 0.92% -
XYZ 15.22 6.29 79.01 -
YUV 35.64 240.51 108.29 -
System Red Green Blue C M Y K H S L
Decimal 8 11 235 0.97 0.95 0 0.08 239.21 0.93 0.48
Hex 8 B EB 61 5F 0 8 EF 5D 30
Octal 10 13 353 141 137 0 10 357 135 60
Binary 1000 1011 11101011 1100001 1011111 0 1000 11101111 1011101 110000

Color Harmonies of #080BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080BEB

Black with #080BEB

Text Example


Text Example

White with #080BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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