#1852F9

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

Shades of Royal Blue #1852F9

Tints of Royal Blue #1852F9

Color information

#1852F9 (or 0x1852F9) is unknown color: approx Royal Blue. HEX triplet: 18, 52 and F9. RGB value is (24,82,249). Sum of RGB (Red+Green+Blue) = 24+82+249=355 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.76% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 249 (97.66% from 255 or 70.14% from 355); Max value from RGB is 249 - color contains mainly: blue. Hex color #1852F9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1852F9 is #E7AD06. Grayscale: #525252. Windows color (decimal): -15183111 or 16339480. OLE color: 16339480.

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

Color convert

RGB2482249-
CMYK0.900.6700.02
HSL224.53º94.94%53.53%-
HSV(B)224.53º90.36%97.65%-
XYZ20.4913.0791.06-
YUV83.7221.2885.42-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.76%
GREEN value IS 82 (32.42% from 255) = 23.10%
BLUE value IS 249 (97.66% from 255) = 70.14%
R=6.76%
G=23.10%
B=70.14%

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
Decimal24822490.900.6700.02224.5394.9453.53
Hex1852F95A4302e15f36
Octal301223711321030234113766
Binary1100010100101111100110110101000011010111000011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1852F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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