#1860FA

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

Shades of Royal Blue #1860FA

Tints of Royal Blue #1860FA

Color information

#1860FA (or 0x1860FA) is unknown color: approx Royal Blue. HEX triplet: 18, 60 and FA. RGB value is (24,96,250). Sum of RGB (Red+Green+Blue) = 24+96+250=370 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.49% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 250 (98.05% from 255 or 67.57% from 370); Max value from RGB is 250 - color contains mainly: blue. Hex color #1860FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1860FA is #E79F05. Grayscale: #5B5B5B. Windows color (decimal): -15179526 or 16408600. OLE color: 16408600.

HSL color Cylindrical-coordinate representation of color #1860FA: hue angle of 220.88º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1860FA is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB2496250-
CMYK0.900.6200.02
HSL220.88º95.76%53.73%-
HSV(B)220.88º90.4%98.04%-
XYZ21.8115.4692.28-
YUV92.03217.1579.48-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.49%
GREEN value IS 96 (37.89% from 255) = 25.95%
BLUE value IS 250 (98.05% from 255) = 67.57%
R=6.49%
G=25.95%
B=67.57%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24962500.900.6200.02220.8895.7653.73
Hex1860FA5A3E02dd6036
Octal30140372132760233514066
Binary110001100000111110101011010111110010110111011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1860FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1860FA; }

 p { color: rgb(24,96,250); }

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

<style>
 a { background-color: #1860FA; }

 a { background-color: rgb(24,96,250); }

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

<style>
 span { border-color: #1860FA; }

 span { border-color: rgb(24,96,250); }

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