Html Css Color HEX #0508BD Medium Blue

📋 copy color: '#0508BD'

red 5 ◦ green 8 ◦ blue 189

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

Shades of Medium Blue #0508BD

Tints of Medium Blue #0508BD

RGB

 RED value IS 5 (2.34% from 255) = 2.48%

 GREEN value IS 8 (3.52% from 255) = 3.96%

 BLUE value IS 189 (74.22% from 255) = 93.56%

R = 2.48%
G = 3.96%
B = 93.56%

CMYK

 C value IS 0.97

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0508BD (or 0x0508BD) is known color: Medium Blue. HEX triplet: 05, 08 and BD. RGB value is (5,8,189). Sum of RGB (Red+Green+Blue) = 5+8+189=202 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.48% from 202); Green value is 8 (3.52% from 255 or 3.96% from 202); Blue value is 189 (74.22% from 255 or 93.56% from 202); Max value from RGB is 189 - color contains mainly: blue. Hex color #0508BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0508BD is #FAF742. Grayscale: #1B1B1B. Windows color (decimal): -16447299 or 12388357. OLE color: 12388357.

HSL color Cylindrical-coordinate representation of color #0508BD: hue angle of 239.02º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0508BD is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 5 8 189 -
CMYK 0.97 0.96 0 0.26
HSL 239.02º 0.95% 0.38% -
HSV(B) 239.02º 0.97% 0.74% -
XYZ 9.33 3.88 48.4 -
YUV 27.74 219.01 111.78 -
System Red Green Blue C M Y K H S L
Decimal 5 8 189 0.97 0.96 0 0.26 239.02 0.95 0.38
Hex 5 8 BD 61 60 0 1A EF 5F 26
Octal 5 10 275 141 140 0 32 357 137 46
Binary 101 1000 10111101 1100001 1100000 0 11010 11101111 1011111 100110

Color Harmonies of #0508BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0508BD

Black with #0508BD

Text Example


Text Example

White with #0508BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0508BD; }

 p { color: rgb(5,8,189); }

 H1.HeaderClassName
 {
   color: #0508BD;
 }
 .AnyTagClassName
 {
   color: #0508BD;
 }
</style>

background-color css

<style>
 a { background-color: #0508BD; }

 a { background-color: rgb(5,8,189); }

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

border-color css

<style>
 span { border-color: #0508BD; }

 span { border-color: rgb(5,8,189); }

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