Html Css Color HEX #080BC9 Medium Blue

📋 copy color: '#080BC9'

red 8 ◦ green 11 ◦ blue 201

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

Shades of Medium Blue #080BC9

Tints of Medium Blue #080BC9

RGB

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

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

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

R = 3.64%
G = 5%
B = 91.36%

CMYK

 C value IS 0.96

 M value IS 0.95

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#080BC9 (or 0x080BC9) is known color: Medium Blue. HEX triplet: 08, 0B and C9. RGB value is (8,11,201). Sum of RGB (Red+Green+Blue) = 8+11+201=220 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.64% from 220); Green value is 11 (4.69% from 255 or 5% from 220); Blue value is 201 (78.91% from 255 or 91.36% from 220); Max value from RGB is 201 - color contains mainly: blue. Hex color #080BC9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080BC9 is #F7F436. Grayscale: #1F1F1F. Windows color (decimal): -16249911 or 13175560. OLE color: 13175560.

HSL color Cylindrical-coordinate representation of color #080BC9: hue angle of 239.07º 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 #080BC9 is Cyan = 0.96, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 8 11 201 -
CMYK 0.96 0.95 0 0.21
HSL 239.07º 0.92% 0.41% -
HSV(B) 239.07º 0.96% 0.79% -
XYZ 10.76 4.51 55.56 -
YUV 31.76 223.51 111.05 -
System Red Green Blue C M Y K H S L
Decimal 8 11 201 0.96 0.95 0 0.21 239.07 0.92 0.41
Hex 8 B C9 60 5F 0 15 EF 5C 29
Octal 10 13 311 140 137 0 25 357 134 51
Binary 1000 1011 11001001 1100000 1011111 0 10101 11101111 1011100 101001

Color Harmonies of #080BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080BC9

Black with #080BC9

Text Example


Text Example

White with #080BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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