#051DC3

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

Shades of Medium Blue #051DC3

Tints of Medium Blue #051DC3

Color information

#051DC3 (or 0x051DC3) is unknown color: approx Medium Blue. HEX triplet: 05, 1D and C3. RGB value is (5,29,195). Sum of RGB (Red+Green+Blue) = 5+29+195=229 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.18% from 229); Green value is 29 (11.72% from 255 or 12.66% from 229); Blue value is 195 (76.56% from 255 or 85.15% from 229); Max value from RGB is 195 - color contains mainly: blue. Hex color #051DC3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051DC3 is #FAE23C. Grayscale: #282828. Windows color (decimal): -16441917 or 12786949. OLE color: 12786949.

HSL color Cylindrical-coordinate representation of color #051DC3: hue angle of 232.42º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051DC3 is Cyan = 0.97, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB529195-
CMYK0.970.8500.24
HSL232.42º95%39.22%-
HSV(B)232.42º97.44%76.47%-
XYZ10.354.8552.02-
YUV40.75215.05102.5-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.18%
GREEN value IS 29 (11.72% from 255) = 12.66%
BLUE value IS 195 (76.56% from 255) = 85.15%
R=2.18%
G=12.66%
B=85.15%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal5291950.970.8500.24232.429539.22
Hex51DC36155018e85f27
Octal53530314112503035013747
Binary101111011100001111000011010101011000111010001011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051DC3; }

 p { color: rgb(5,29,195); }

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

<style>
 a { background-color: #051DC3; }

 a { background-color: rgb(5,29,195); }

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

<style>
 span { border-color: #051DC3; }

 span { border-color: rgb(5,29,195); }

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