#1856F0

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

Shades of Royal Blue #1856F0

Tints of Royal Blue #1856F0

Color information

#1856F0 (or 0x1856F0) is unknown color: approx Royal Blue. HEX triplet: 18, 56 and F0. RGB value is (24,86,240). Sum of RGB (Red+Green+Blue) = 24+86+240=350 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.86% from 350); Green value is 86 (33.98% from 255 or 24.57% from 350); Blue value is 240 (94.14% from 255 or 68.57% from 350); Max value from RGB is 240 - color contains mainly: blue. Hex color #1856F0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1856F0 is #E7A90F. Grayscale: #545454. Windows color (decimal): -15182096 or 15750680. OLE color: 15750680.

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

Color convert

RGB2486240-
CMYK0.90.6400.06
HSL222.78º87.8%51.76%-
HSV(B)222.78º90%94.12%-
XYZ19.4313.1483.95-
YUV85.02215.4684.48-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.86%
GREEN value IS 86 (33.98% from 255) = 24.57%
BLUE value IS 240 (94.14% from 255) = 68.57%
R=6.86%
G=24.57%
B=68.57%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24862400.90.6400.06222.7887.851.76
Hex1856F05A4006df5834
Octal301263601321000633713064
Binary11000101011011110000101101010000000110110111111011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1856F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1856F0; }

 p { color: rgb(24,86,240); }

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

<style>
 a { background-color: #1856F0; }

 a { background-color: rgb(24,86,240); }

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

<style>
 span { border-color: #1856F0; }

 span { border-color: rgb(24,86,240); }

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