#0502C5

Color #0502C5 Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #0502C5

Tints of Medium Blue #0502C5

Color information

#0502C5 (or 0x0502C5) is unknown color: approx Medium Blue. HEX triplet: 05, 02 and C5. RGB value is (5,2,197). Sum of RGB (Red+Green+Blue) = 5+2+197=204 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.45% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 197 (77.34% from 255 or 96.57% from 204); Max value from RGB is 197 - color contains mainly: blue. Hex color #0502C5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0502C5 is #FAFD3A. Grayscale: #181818. Windows color (decimal): -16448827 or 12911109. OLE color: 12911109.

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

Color convert

RGB52197-
CMYK0.970.9900.23
HSL240.92º97.99%39.02%-
HSV(B)240.92º98.98%77.25%-
XYZ10.164.1153.08-
YUV25.13224.99113.64-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.45%
GREEN value IS 2 (1.17% from 255) = 0.98%
BLUE value IS 197 (77.34% from 255) = 96.57%
R=2.45%
G=0.98%
B=96.57%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal521970.970.9900.23240.9297.9939.02
Hex52C56163017f16227
Octal5230514114302736114247
Binary101101100010111000011100011010111111100011100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0502C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0502C5;
 }
 .AnyTagClassName
 {
   color: #0502C5;
 }
</style>
background-color css

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

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

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

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

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

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