Html Css Color HEX #080FBE Medium Blue

📋 copy color: '#080FBE'

red 8 ◦ green 15 ◦ blue 190

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

Shades of Medium Blue #080FBE

Tints of Medium Blue #080FBE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.04%

 BLUE value IS 190 (74.61% from 255) = 89.2%

R = 3.76%
G = 7.04%
B = 89.2%

CMYK

 C value IS 0.96

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#080FBE (or 0x080FBE) is known color: Medium Blue. HEX triplet: 08, 0F and BE. RGB value is (8,15,190). Sum of RGB (Red+Green+Blue) = 8+15+190=213 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.76% from 213); Green value is 15 (6.25% from 255 or 7.04% from 213); Blue value is 190 (74.61% from 255 or 89.20% from 213); Max value from RGB is 190 - color contains mainly: blue. Hex color #080FBE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080FBE is #F7F041. Grayscale: #202020. Windows color (decimal): -16248898 or 12455688. OLE color: 12455688.

HSL color Cylindrical-coordinate representation of color #080FBE: hue angle of 237.69º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080FBE is Cyan = 0.96, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 8 15 190 -
CMYK 0.96 0.92 0 0.25
HSL 237.69º 0.92% 0.39% -
HSV(B) 237.69º 0.96% 0.75% -
XYZ 9.57 4.11 49 -
YUV 32.86 216.68 110.27 -
System Red Green Blue C M Y K H S L
Decimal 8 15 190 0.96 0.92 0 0.25 237.69 0.92 0.39
Hex 8 F BE 60 5C 0 19 EE 5C 27
Octal 10 17 276 140 134 0 31 356 134 47
Binary 1000 1111 10111110 1100000 1011100 0 11001 11101110 1011100 100111

Color Harmonies of #080FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080FBE

Black with #080FBE

Text Example


Text Example

White with #080FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,15,190); }

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

background-color css

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

 a { background-color: rgb(8,15,190); }

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

border-color css

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

 span { border-color: rgb(8,15,190); }

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