Html Css Color HEX #0503BE Medium Blue

📋 copy color: '#0503BE'

red 5 ◦ green 3 ◦ blue 190

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

Shades of Medium Blue #0503BE

Tints of Medium Blue #0503BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 95.96%

R = 2.53%
G = 1.52%
B = 95.96%

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

#0503BE (or 0x0503BE) is known color: Medium Blue. HEX triplet: 05, 03 and BE. RGB value is (5,3,190). Sum of RGB (Red+Green+Blue) = 5+3+190=198 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.53% from 198); Green value is 3 (1.56% from 255 or 1.52% from 198); Blue value is 190 (74.61% from 255 or 95.96% from 198); Max value from RGB is 190 - color contains mainly: blue. Hex color #0503BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0503BE is #FAFC41. Grayscale: #181818. Windows color (decimal): -16448578 or 12452613. OLE color: 12452613.

HSL color Cylindrical-coordinate representation of color #0503BE: 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 #0503BE is Cyan = 0.97, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 5 3 190 -
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.39 3.82 48.96 -
YUV 24.92 221.16 113.79 -
System Red Green Blue C M Y K H S L
Decimal 5 3 190 0.97 0.98 0 0.25 240.64 0.97 0.38
Hex 5 3 BE 61 62 0 19 F1 61 26
Octal 5 3 276 141 142 0 31 361 141 46
Binary 101 11 10111110 1100001 1100010 0 11001 11110001 1100001 100110

Color Harmonies of #0503BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0503BE

Black with #0503BE

Text Example


Text Example

White with #0503BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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