Html Css Color HEX #0500BF Medium Blue

📋 copy color: '#0500BF'

red 5 ◦ green 0 ◦ blue 191

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

Shades of Medium Blue #0500BF

Tints of Medium Blue #0500BF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 191 (75% from 255) = 97.45%

R = 2.55%
G = 0%
B = 97.45%

CMYK

 C value IS 0.97

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0500BF (or 0x0500BF) is known color: Medium Blue. HEX triplet: 05, 00 and BF. RGB value is (5,0,191). Sum of RGB (Red+Green+Blue) = 5+0+191=196 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.55% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 191 (75% from 255 or 97.45% from 196); Max value from RGB is 191 - color contains mainly: blue. Hex color #0500BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0500BF is #FAFF40. Grayscale: #161616. Windows color (decimal): -16449345 or 12517381. OLE color: 12517381.

HSL color Cylindrical-coordinate representation of color #0500BF: hue angle of 241.57º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0500BF is Cyan = 0.97, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 5 0 191 -
CMYK 0.97 1 0 0.25
HSL 241.57º 1% 0.37% -
HSV(B) 241.57º 1% 0.75% -
XYZ 9.47 3.79 49.52 -
YUV 23.27 222.66 114.97 -
System Red Green Blue C M Y K H S L
Decimal 5 0 191 0.97 1 0 0.25 241.57 1 0.37
Hex 5 0 BF 61 64 0 19 F2 64 25
Octal 5 0 277 141 144 0 31 362 144 45
Binary 101 0 10111111 1100001 1100100 0 11001 11110010 1100100 100101

Color Harmonies of #0500BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0500BF

Black with #0500BF

Text Example


Text Example

White with #0500BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0500BF; }

 p { color: rgb(5,0,191); }

 H1.HeaderClassName
 {
   color: #0500BF;
 }
 .AnyTagClassName
 {
   color: #0500BF;
 }
</style>

background-color css

<style>
 a { background-color: #0500BF; }

 a { background-color: rgb(5,0,191); }

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

border-color css

<style>
 span { border-color: #0500BF; }

 span { border-color: rgb(5,0,191); }

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