Html Css Color HEX #080FC9 Medium Blue

📋 copy color: '#080FC9'

red 8 ◦ green 15 ◦ blue 201

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

Shades of Medium Blue #080FC9

Tints of Medium Blue #080FC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 89.73%

R = 3.57%
G = 6.7%
B = 89.73%

CMYK

 C value IS 0.96

 M value IS 0.93

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#080FC9 (or 0x080FC9) is known color: Medium Blue. HEX triplet: 08, 0F and C9. RGB value is (8,15,201). Sum of RGB (Red+Green+Blue) = 8+15+201=224 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.57% from 224); Green value is 15 (6.25% from 255 or 6.70% from 224); Blue value is 201 (78.91% from 255 or 89.73% from 224); Max value from RGB is 201 - color contains mainly: blue. Hex color #080FC9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080FC9 is #F7F036. Grayscale: #212121. Windows color (decimal): -16248887 or 13176584. OLE color: 13176584.

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

Color convert

RGB 8 15 201 -
CMYK 0.96 0.93 0 0.21
HSL 237.82º 0.92% 0.41% -
HSV(B) 237.82º 0.96% 0.79% -
XYZ 10.81 4.61 55.58 -
YUV 34.11 222.18 109.38 -
System Red Green Blue C M Y K H S L
Decimal 8 15 201 0.96 0.93 0 0.21 237.82 0.92 0.41
Hex 8 F C9 60 5D 0 15 EE 5C 29
Octal 10 17 311 140 135 0 25 356 134 51
Binary 1000 1111 11001001 1100000 1011101 0 10101 11101110 1011100 101001

Color Harmonies of #080FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080FC9

Black with #080FC9

Text Example


Text Example

White with #080FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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