Html Css Color HEX #080BCB Medium Blue

📋 copy color: '#080BCB'

red 8 ◦ green 11 ◦ blue 203

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

Shades of Medium Blue #080BCB

Tints of Medium Blue #080BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 91.44%

R = 3.6%
G = 4.95%
B = 91.44%

CMYK

 C value IS 0.96

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#080BCB (or 0x080BCB) is known color: Medium Blue. HEX triplet: 08, 0B and CB. RGB value is (8,11,203). Sum of RGB (Red+Green+Blue) = 8+11+203=222 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.60% from 222); Green value is 11 (4.69% from 255 or 4.95% from 222); Blue value is 203 (79.69% from 255 or 91.44% from 222); Max value from RGB is 203 - color contains mainly: blue. Hex color #080BCB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080BCB is #F7F434. Grayscale: #1F1F1F. Windows color (decimal): -16249909 or 13306632. OLE color: 13306632.

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

Color convert

RGB 8 11 203 -
CMYK 0.96 0.95 0 0.20
HSL 239.08º 0.92% 0.41% -
HSV(B) 239.08º 0.96% 0.8% -
XYZ 11 4.6 56.81 -
YUV 31.99 224.51 110.89 -
System Red Green Blue C M Y K H S L
Decimal 8 11 203 0.96 0.95 0 0.20 239.08 0.92 0.41
Hex 8 B CB 60 5F 0 14 EF 5C 29
Octal 10 13 313 140 137 0 24 357 134 51
Binary 1000 1011 11001011 1100000 1011111 0 10100 11101111 1011100 101001

Color Harmonies of #080BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080BCB

Black with #080BCB

Text Example


Text Example

White with #080BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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