#1c5ff2

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

Shades of Royal Blue #1C5FF2

Tints of Royal Blue #1C5FF2

Color information

#1C5FF2 (or 0x1C5FF2) is unknown color: approx Royal Blue. HEX triplet: 1C, 5F and F2. RGB value is (28,95,242). Sum of RGB (Red+Green+Blue) = 28+95+242=365 (48% of max value = 765). Red value is 28 (11.33% from 255 or 7.67% from 365); Green value is 95 (37.5% from 255 or 26.03% from 365); Blue value is 242 (94.92% from 255 or 66.30% from 365); Max value from RGB is 242 - color contains mainly: blue. Hex color #1C5FF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C5FF2 is #E3A00D. Grayscale: #5B5B5B. Windows color (decimal): -14917646 or 15884060. OLE color: 15884060.

HSL color Cylindrical-coordinate representation of color #1C5FF2: hue angle of 221.21º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C5FF2 is Cyan = 0.88, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB2895242-
CMYK0.880.6100.05
HSL221.21º89.17%52.94%-
HSV(B)221.21º88.43%94.9%-
XYZ20.614.8485.78-
YUV91.72212.882.55-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.67%
GREEN value IS 95 (37.5% from 255) = 26.03%
BLUE value IS 242 (94.92% from 255) = 66.30%
R=7.67%
G=26.03%
B=66.30%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal28952420.880.6100.05221.2189.1752.94
Hex1C5FF2583D05dd5935
Octal34137362130750533513165
Binary1110010111111111001010110001111010101110111011011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c5ff2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,95,242); }

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

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

 a { background-color: rgb(28,95,242); }

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

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

 span { border-color: rgb(28,95,242); }

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