#1C5CEB

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

Shades of Royal Blue #1C5CEB

Tints of Royal Blue #1C5CEB

Color information

#1C5CEB (or 0x1C5CEB) is unknown color: approx Royal Blue. HEX triplet: 1C, 5C and EB. RGB value is (28,92,235). Sum of RGB (Red+Green+Blue) = 28+92+235=355 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.89% from 355); Green value is 92 (36.33% from 255 or 25.92% from 355); Blue value is 235 (92.19% from 255 or 66.20% from 355); Max value from RGB is 235 - color contains mainly: blue. Hex color #1C5CEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C5CEB is #E3A314. Grayscale: #585858. Windows color (decimal): -14918421 or 15424540. OLE color: 15424540.

HSL color Cylindrical-coordinate representation of color #1C5CEB: hue angle of 221.45º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C5CEB is Cyan = 0.88, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB2892235-
CMYK0.880.6100.08
HSL221.45º83.81%51.57%-
HSV(B)221.45º88.09%92.16%-
XYZ19.313.980.26-
YUV89.17210.384.37-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.89%
GREEN value IS 92 (36.33% from 255) = 25.92%
BLUE value IS 235 (92.19% from 255) = 66.20%
R=7.89%
G=25.92%
B=66.20%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal28922350.880.6100.08221.4583.8151.57
Hex1C5CEB583D08dd5434
Octal341343531307501033512464
Binary11100101110011101011101100011110101000110111011010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,92,235); }

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

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

 a { background-color: rgb(28,92,235); }

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

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

 span { border-color: rgb(28,92,235); }

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