Html Css Color HEX #0503BF Medium Blue

📋 copy color: '#0503BF'

red 5 ◦ green 3 ◦ blue 191

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

Shades of Medium Blue #0503BF

Tints of Medium Blue #0503BF

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.51%

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

R = 2.51%
G = 1.51%
B = 95.98%

CMYK

 C value IS 0.97

 M value IS 0.98

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0503BF (or 0x0503BF) is known color: Medium Blue. HEX triplet: 05, 03 and BF. RGB value is (5,3,191). Sum of RGB (Red+Green+Blue) = 5+3+191=199 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.51% from 199); Green value is 3 (1.56% from 255 or 1.51% from 199); Blue value is 191 (75% from 255 or 95.98% from 199); Max value from RGB is 191 - color contains mainly: blue. Hex color #0503BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0503BF is #FAFC40. Grayscale: #181818. Windows color (decimal): -16448577 or 12518149. OLE color: 12518149.

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

Color convert

RGB 5 3 191 -
CMYK 0.97 0.98 0 0.25
HSL 240.64º 0.97% 0.38% -
HSV(B) 240.64º 0.98% 0.75% -
XYZ 9.5 3.86 49.53 -
YUV 25.03 221.66 113.71 -
System Red Green Blue C M Y K H S L
Decimal 5 3 191 0.97 0.98 0 0.25 240.64 0.97 0.38
Hex 5 3 BF 61 62 0 19 F1 61 26
Octal 5 3 277 141 142 0 31 361 141 46
Binary 101 11 10111111 1100001 1100010 0 11001 11110001 1100001 100110

Color Harmonies of #0503BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0503BF

Black with #0503BF

Text Example


Text Example

White with #0503BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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