Html Css Color HEX #0501BD Medium Blue

📋 copy color: '#0501BD'

red 5 ◦ green 1 ◦ blue 189

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

Shades of Medium Blue #0501BD

Tints of Medium Blue #0501BD

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.51%

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

R = 2.56%
G = 0.51%
B = 96.92%

CMYK

 C value IS 0.97

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0501BD (or 0x0501BD) is known color: Medium Blue. HEX triplet: 05, 01 and BD. RGB value is (5,1,189). Sum of RGB (Red+Green+Blue) = 5+1+189=195 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.56% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 189 (74.22% from 255 or 96.92% from 195); Max value from RGB is 189 - color contains mainly: blue. Hex color #0501BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0501BD is #FAFE42. Grayscale: #161616. Windows color (decimal): -16449091 or 12386565. OLE color: 12386565.

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

Color convert

RGB 5 1 189 -
CMYK 0.97 0.99 0 0.26
HSL 241.28º 0.99% 0.37% -
HSV(B) 241.28º 0.99% 0.74% -
XYZ 9.26 3.73 48.38 -
YUV 23.63 221.33 114.71 -
System Red Green Blue C M Y K H S L
Decimal 5 1 189 0.97 0.99 0 0.26 241.28 0.99 0.37
Hex 5 1 BD 61 63 0 1A F1 63 25
Octal 5 1 275 141 143 0 32 361 143 45
Binary 101 1 10111101 1100001 1100011 0 11010 11110001 1100011 100101

Color Harmonies of #0501BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0501BD

Black with #0501BD

Text Example


Text Example

White with #0501BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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