Html Css Color HEX #080FC8 Medium Blue

📋 copy color: '#080FC8'

red 8 ◦ green 15 ◦ blue 200

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

Shades of Medium Blue #080FC8

Tints of Medium Blue #080FC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 89.69%

R = 3.59%
G = 6.73%
B = 89.69%

CMYK

 C value IS 0.96

 M value IS 0.92

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#080FC8 (or 0x080FC8) is known color: Medium Blue. HEX triplet: 08, 0F and C8. RGB value is (8,15,200). Sum of RGB (Red+Green+Blue) = 8+15+200=223 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.59% from 223); Green value is 15 (6.25% from 255 or 6.73% from 223); Blue value is 200 (78.52% from 255 or 89.69% from 223); Max value from RGB is 200 - color contains mainly: blue. Hex color #080FC8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080FC8 is #F7F037. Grayscale: #212121. Windows color (decimal): -16248888 or 13111048. OLE color: 13111048.

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

Color convert

RGB 8 15 200 -
CMYK 0.96 0.92 0 0.22
HSL 237.81º 0.92% 0.41% -
HSV(B) 237.81º 0.96% 0.78% -
XYZ 10.7 4.56 54.96 -
YUV 34 221.68 109.46 -
System Red Green Blue C M Y K H S L
Decimal 8 15 200 0.96 0.92 0 0.22 237.81 0.92 0.41
Hex 8 F C8 60 5C 0 16 EE 5C 29
Octal 10 17 310 140 134 0 26 356 134 51
Binary 1000 1111 11001000 1100000 1011100 0 10110 11101110 1011100 101001

Color Harmonies of #080FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080FC8

Black with #080FC8

Text Example


Text Example

White with #080FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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