Html Css Color HEX #0502BE Medium Blue

📋 copy color: '#0502BE'

red 5 ◦ green 2 ◦ blue 190

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

Shades of Medium Blue #0502BE

Tints of Medium Blue #0502BE

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.02%

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

R = 2.54%
G = 1.02%
B = 96.45%

CMYK

 C value IS 0.97

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0502BE (or 0x0502BE) is known color: Medium Blue. HEX triplet: 05, 02 and BE. RGB value is (5,2,190). Sum of RGB (Red+Green+Blue) = 5+2+190=197 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.54% from 197); Green value is 2 (1.17% from 255 or 1.02% from 197); Blue value is 190 (74.61% from 255 or 96.45% from 197); Max value from RGB is 190 - color contains mainly: blue. Hex color #0502BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0502BE is #FAFD41. Grayscale: #171717. Windows color (decimal): -16448834 or 12452357. OLE color: 12452357.

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

Color convert

RGB 5 2 190 -
CMYK 0.97 0.99 0 0.25
HSL 240.96º 0.98% 0.38% -
HSV(B) 240.96º 0.99% 0.75% -
XYZ 9.38 3.79 48.95 -
YUV 24.33 221.49 114.21 -
System Red Green Blue C M Y K H S L
Decimal 5 2 190 0.97 0.99 0 0.25 240.96 0.98 0.38
Hex 5 2 BE 61 63 0 19 F1 62 26
Octal 5 2 276 141 143 0 31 361 142 46
Binary 101 10 10111110 1100001 1100011 0 11001 11110001 1100010 100110

Color Harmonies of #0502BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0502BE

Black with #0502BE

Text Example


Text Example

White with #0502BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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