#1C54EC

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

Shades of Royal Blue #1C54EC

Tints of Royal Blue #1C54EC

Color information

#1C54EC (or 0x1C54EC) is unknown color: approx Royal Blue. HEX triplet: 1C, 54 and EC. RGB value is (28,84,236). Sum of RGB (Red+Green+Blue) = 28+84+236=348 (46% of max value = 765). Red value is 28 (11.33% from 255 or 8.05% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 236 (92.58% from 255 or 67.82% from 348); Max value from RGB is 236 - color contains mainly: blue. Hex color #1C54EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C54EC is #E3AB13. Grayscale: #535353. Windows color (decimal): -14920468 or 15488028. OLE color: 15488028.

HSL color Cylindrical-coordinate representation of color #1C54EC: hue angle of 223.85º 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 #1C54EC is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB2884236-
CMYK0.880.6400.07
HSL223.85º84.55%51.76%-
HSV(B)223.85º88.14%92.55%-
XYZ18.7912.6480.81-
YUV84.58213.4587.64-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.05%
GREEN value IS 84 (33.20% from 255) = 24.14%
BLUE value IS 236 (92.58% from 255) = 67.82%
R=8.05%
G=24.14%
B=67.82%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal28842360.880.6400.07223.8584.5551.76
Hex1C54EC584007e05534
Octal341243541301000734012564
Binary11100101010011101100101100010000000111111000001010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C54EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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