Html Css Color HEX #0809BB Medium Blue

📋 copy color: '#0809BB'

red 8 ◦ green 9 ◦ blue 187

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

Shades of Medium Blue #0809BB

Tints of Medium Blue #0809BB

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.41%

 BLUE value IS 187 (73.44% from 255) = 91.67%

R = 3.92%
G = 4.41%
B = 91.67%

CMYK

 C value IS 0.96

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0809BB (or 0x0809BB) is known color: Medium Blue. HEX triplet: 08, 09 and BB. RGB value is (8,9,187). Sum of RGB (Red+Green+Blue) = 8+9+187=204 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.92% from 204); Green value is 9 (3.91% from 255 or 4.41% from 204); Blue value is 187 (73.44% from 255 or 91.67% from 204); Max value from RGB is 187 - color contains mainly: blue. Hex color #0809BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0809BB is #F7F644. Grayscale: #1C1C1C. Windows color (decimal): -16250437 or 12257544. OLE color: 12257544.

HSL color Cylindrical-coordinate representation of color #0809BB: hue angle of 239.66º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0809BB is Cyan = 0.96, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 8 9 187 -
CMYK 0.96 0.95 0 0.27
HSL 239.66º 0.92% 0.38% -
HSV(B) 239.66º 0.96% 0.73% -
XYZ 9.17 3.83 47.27 -
YUV 28.99 217.17 113.03 -
System Red Green Blue C M Y K H S L
Decimal 8 9 187 0.96 0.95 0 0.27 239.66 0.92 0.38
Hex 8 9 BB 60 5F 0 1B F0 5C 26
Octal 10 11 273 140 137 0 33 360 134 46
Binary 1000 1001 10111011 1100000 1011111 0 11011 11110000 1011100 100110

Color Harmonies of #0809BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0809BB

Black with #0809BB

Text Example


Text Example

White with #0809BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0809BB; }

 p { color: rgb(8,9,187); }

 H1.HeaderClassName
 {
   color: #0809BB;
 }
 .AnyTagClassName
 {
   color: #0809BB;
 }
</style>

background-color css

<style>
 a { background-color: #0809BB; }

 a { background-color: rgb(8,9,187); }

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

border-color css

<style>
 span { border-color: #0809BB; }

 span { border-color: rgb(8,9,187); }

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