#1852FA

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

Shades of Royal Blue #1852FA

Tints of Royal Blue #1852FA

Color information

#1852FA (or 0x1852FA) is unknown color: approx Royal Blue. HEX triplet: 18, 52 and FA. RGB value is (24,82,250). Sum of RGB (Red+Green+Blue) = 24+82+250=356 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.74% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 250 (98.05% from 255 or 70.22% from 356); Max value from RGB is 250 - color contains mainly: blue. Hex color #1852FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1852FA is #E7AD05. Grayscale: #535353. Windows color (decimal): -15183110 or 16405016. OLE color: 16405016.

HSL color Cylindrical-coordinate representation of color #1852FA: hue angle of 224.6º 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 #1852FA is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB2482250-
CMYK0.900.6700.02
HSL224.6º95.76%53.73%-
HSV(B)224.6º90.4%98.04%-
XYZ20.6513.1391.89-
YUV83.81221.7885.34-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.74%
GREEN value IS 82 (32.42% from 255) = 23.03%
BLUE value IS 250 (98.05% from 255) = 70.22%
R=6.74%
G=23.03%
B=70.22%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24822500.900.6700.02224.695.7653.73
Hex1852FA5A4302e16036
Octal301223721321030234114066
Binary1100010100101111101010110101000011010111000011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1852FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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