Html Css Color HEX #0507BD Medium Blue

📋 copy color: '#0507BD'

red 5 ◦ green 7 ◦ blue 189

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

Shades of Medium Blue #0507BD

Tints of Medium Blue #0507BD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.48%

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

R = 2.49%
G = 3.48%
B = 94.03%

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

#0507BD (or 0x0507BD) is known color: Medium Blue. HEX triplet: 05, 07 and BD. RGB value is (5,7,189). Sum of RGB (Red+Green+Blue) = 5+7+189=201 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.49% from 201); Green value is 7 (3.12% from 255 or 3.48% from 201); Blue value is 189 (74.22% from 255 or 94.03% from 201); Max value from RGB is 189 - color contains mainly: blue. Hex color #0507BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0507BD is #FAF842. Grayscale: #1A1A1A. Windows color (decimal): -16447555 or 12388101. OLE color: 12388101.

HSL color Cylindrical-coordinate representation of color #0507BD: hue angle of 239.35º 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 #0507BD is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 5 7 189 -
CMYK 0.97 0.96 0 0.26
HSL 239.35º 0.95% 0.38% -
HSV(B) 239.35º 0.97% 0.74% -
XYZ 9.32 3.86 48.4 -
YUV 27.15 219.34 112.2 -
System Red Green Blue C M Y K H S L
Decimal 5 7 189 0.97 0.96 0 0.26 239.35 0.95 0.38
Hex 5 7 BD 61 60 0 1A EF 5F 26
Octal 5 7 275 141 140 0 32 357 137 46
Binary 101 111 10111101 1100001 1100000 0 11010 11101111 1011111 100110

Color Harmonies of #0507BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0507BD

Black with #0507BD

Text Example


Text Example

White with #0507BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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