#1C51EC

Color #1C51EC Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #1C51EC

Tints of Royal Blue #1C51EC

Color information

#1C51EC (or 0x1C51EC) is unknown color: approx Royal Blue. HEX triplet: 1C, 51 and EC. RGB value is (28,81,236). Sum of RGB (Red+Green+Blue) = 28+81+236=345 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.12% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 236 (92.58% from 255 or 68.41% from 345); Max value from RGB is 236 - color contains mainly: blue. Hex color #1C51EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C51EC is #E3AE13. Grayscale: #525252. Windows color (decimal): -14921236 or 15487260. OLE color: 15487260.

HSL color Cylindrical-coordinate representation of color #1C51EC: hue angle of 224.71º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C51EC is Cyan = 0.88, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB2881236-
CMYK0.880.6600.07
HSL224.71º84.55%51.76%-
HSV(B)224.71º88.14%92.55%-
XYZ18.5612.1980.73-
YUV82.82214.4488.9-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.12%
GREEN value IS 81 (32.03% from 255) = 23.48%
BLUE value IS 236 (92.58% from 255) = 68.41%
R=8.12%
G=23.48%
B=68.41%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal28812360.880.6600.07224.7184.5551.76
Hex1C51EC584207e15534
Octal341213541301020734112564
Binary11100101000111101100101100010000100111111000011010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C51EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C51EC; }

 p { color: rgb(28,81,236); }

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

<style>
 a { background-color: #1C51EC; }

 a { background-color: rgb(28,81,236); }

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

<style>
 span { border-color: #1C51EC; }

 span { border-color: rgb(28,81,236); }

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