#1C5BE4

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

Shades of Royal Blue #1C5BE4

Tints of Royal Blue #1C5BE4

Color information

#1C5BE4 (or 0x1C5BE4) is unknown color: approx Royal Blue. HEX triplet: 1C, 5B and E4. RGB value is (28,91,228). Sum of RGB (Red+Green+Blue) = 28+91+228=347 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.07% from 347); Green value is 91 (35.94% from 255 or 26.22% from 347); Blue value is 228 (89.45% from 255 or 65.71% from 347); Max value from RGB is 228 - color contains mainly: blue. Hex color #1C5BE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C5BE4 is #E3A41B. Grayscale: #575757. Windows color (decimal): -14918684 or 14965532. OLE color: 14965532.

HSL color Cylindrical-coordinate representation of color #1C5BE4: hue angle of 221.1º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C5BE4 is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB2891228-
CMYK0.880.6000.11
HSL221.1º78.74%50.2%-
HSV(B)221.1º87.72%89.41%-
XYZ18.2213.3375.01-
YUV87.78207.1385.36-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.07%
GREEN value IS 91 (35.94% from 255) = 26.22%
BLUE value IS 228 (89.45% from 255) = 65.71%
R=8.07%
G=26.22%
B=65.71%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal28912280.880.6000.11221.178.7450.2
Hex1C5BE4583C0Bdd4f32
Octal341333441307401333511762
Binary11100101101111100100101100011110001011110111011001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5BE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,91,228); }

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

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

 a { background-color: rgb(28,91,228); }

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

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

 span { border-color: rgb(28,91,228); }

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