#1863f8

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

Shades of Royal Blue #1863F8

Tints of Royal Blue #1863F8

Color information

#1863F8 (or 0x1863F8) is unknown color: approx Royal Blue. HEX triplet: 18, 63 and F8. RGB value is (24,99,248). Sum of RGB (Red+Green+Blue) = 24+99+248=371 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.47% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 248 (97.27% from 255 or 66.85% from 371); Max value from RGB is 248 - color contains mainly: blue. Hex color #1863F8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1863F8 is #E79C07. Grayscale: #5C5C5C. Windows color (decimal): -15178760 or 16278296. OLE color: 16278296.

HSL color Cylindrical-coordinate representation of color #1863F8: hue angle of 219.91º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1863F8 is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB2499248-
CMYK0.900.6000.03
HSL219.91º94.12%53.33%-
HSV(B)219.91º90.32%97.25%-
XYZ21.7815.990.73-
YUV93.56215.1578.38-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.47%
GREEN value IS 99 (39.06% from 255) = 26.68%
BLUE value IS 248 (97.27% from 255) = 66.85%
R=6.47%
G=26.68%
B=66.85%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24992480.900.6000.03219.9194.1253.33
Hex1863F85A3C03dc5e35
Octal30143370132740333413665
Binary110001100011111110001011010111100011110111001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1863f8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1863f8; }

 p { color: rgb(24,99,248); }

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

<style>
 a { background-color: #1863f8; }

 a { background-color: rgb(24,99,248); }

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

<style>
 span { border-color: #1863f8; }

 span { border-color: rgb(24,99,248); }

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