#1C4FEC

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

Shades of Royal Blue #1C4FEC

Tints of Royal Blue #1C4FEC

Color information

#1C4FEC (or 0x1C4FEC) is unknown color: approx Royal Blue. HEX triplet: 1C, 4F and EC. RGB value is (28,79,236). Sum of RGB (Red+Green+Blue) = 28+79+236=343 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.16% from 343); Green value is 79 (31.25% from 255 or 23.03% from 343); Blue value is 236 (92.58% from 255 or 68.80% from 343); Max value from RGB is 236 - color contains mainly: blue. Hex color #1C4FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C4FEC is #E3B013. Grayscale: #505050. Windows color (decimal): -14921748 or 15486748. OLE color: 15486748.

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

Color convert

RGB2879236-
CMYK0.880.6700.07
HSL225.29º84.55%51.76%-
HSV(B)225.29º88.14%92.55%-
XYZ18.4211.8980.68-
YUV81.65215.189.73-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.16%
GREEN value IS 79 (31.25% from 255) = 23.03%
BLUE value IS 236 (92.58% from 255) = 68.80%
R=8.16%
G=23.03%
B=68.80%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal28792360.880.6700.07225.2984.5551.76
Hex1C4FEC584307e15534
Octal341173541301030734112564
Binary11100100111111101100101100010000110111111000011010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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