#0503ca

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

Shades of Medium Blue #0503CA

Tints of Medium Blue #0503CA

Color information

#0503CA (or 0x0503CA) is unknown color: approx Medium Blue. HEX triplet: 05, 03 and CA. RGB value is (5,3,202). Sum of RGB (Red+Green+Blue) = 5+3+202=210 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.38% from 210); Green value is 3 (1.56% from 255 or 1.43% from 210); Blue value is 202 (79.30% from 255 or 96.19% from 210); Max value from RGB is 202 - color contains mainly: blue. Hex color #0503CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0503CA is #FAFC35. Grayscale: #191919. Windows color (decimal): -16448566 or 13239045. OLE color: 13239045.

HSL color Cylindrical-coordinate representation of color #0503CA: hue angle of 240.6º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0503CA is Cyan = 0.98, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB53202-
CMYK0.980.9900.21
HSL240.6º97.07%40.2%-
HSV(B)240.6º98.51%79.22%-
XYZ10.764.3656.15-
YUV26.28227.16112.82-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.38%
GREEN value IS 3 (1.56% from 255) = 1.43%
BLUE value IS 202 (79.30% from 255) = 96.19%
R=2.38%
G=1.43%
B=96.19%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal532020.980.9900.21240.697.0740.2
Hex53CA6263015f16128
Octal5331214214302536114150
Binary101111100101011000101100011010101111100011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0503ca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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