#1C53EF

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

Shades of Royal Blue #1C53EF

Tints of Royal Blue #1C53EF

Color information

#1C53EF (or 0x1C53EF) is unknown color: approx Royal Blue. HEX triplet: 1C, 53 and EF. RGB value is (28,83,239). Sum of RGB (Red+Green+Blue) = 28+83+239=350 (46% of max value = 765). Red value is 28 (11.33% from 255 or 8% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 239 (93.75% from 255 or 68.29% from 350); Max value from RGB is 239 - color contains mainly: blue. Hex color #1C53EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C53EF is #E3AC10. Grayscale: #535353. Windows color (decimal): -14920721 or 15684380. OLE color: 15684380.

HSL color Cylindrical-coordinate representation of color #1C53EF: hue angle of 224.36º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C53EF is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB2883239-
CMYK0.880.6500.06
HSL224.36º86.83%52.35%-
HSV(B)224.36º88.28%93.73%-
XYZ19.1512.6783.1-
YUV84.34215.2887.82-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8%
GREEN value IS 83 (32.81% from 255) = 23.71%
BLUE value IS 239 (93.75% from 255) = 68.29%
R=8%
G=23.71%
B=68.29%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal28832390.880.6500.06224.3686.8352.35
Hex1C53EF584106e05734
Octal341233571301010634012764
Binary11100101001111101111101100010000010110111000001010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C53EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,83,239); }

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

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

 a { background-color: rgb(28,83,239); }

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

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

 span { border-color: rgb(28,83,239); }

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