Html Css Color HEX #1863F6 Royal Blue

📋 copy color: '#1863F6'

red 24 ◦ green 99 ◦ blue 246

#1863F6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #1863F6

Tints of Royal Blue #1863F6

RGB

 RED value IS 24 (9.77% from 255) = 6.5%

 GREEN value IS 99 (39.06% from 255) = 26.83%

 BLUE value IS 246 (96.48% from 255) = 66.67%

R = 6.5%
G = 26.83%
B = 66.67%

CMYK

 C value IS 0.90

 M value IS 0.60

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#1863F6 (or 0x1863F6) is known color: Royal Blue. HEX triplet: 18, 63 and F6. RGB value is (24,99,246). Sum of RGB (Red+Green+Blue) = 24+99+246=369 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.50% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 246 (96.48% from 255 or 66.67% from 369); Max value from RGB is 246 - color contains mainly: blue. Hex color #1863F6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1863F6 is #E79C09. Grayscale: #5C5C5C. Windows color (decimal): -15178762 or 16147224. OLE color: 16147224.

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

Color convert

RGB 24 99 246 -
CMYK 0.90 0.60 0 0.04
HSL 219.73º 0.93% 0.53% -
HSV(B) 219.73º 0.9% 0.96% -
XYZ 21.47 15.77 89.1 -
YUV 93.33 214.15 78.55 -
System Red Green Blue C M Y K H S L
Decimal 24 99 246 0.90 0.60 0 0.04 219.73 0.93 0.53
Hex 18 63 F6 5A 3C 0 4 DC 5C 35
Octal 30 143 366 132 74 0 4 334 134 65
Binary 11000 1100011 11110110 1011010 111100 0 100 11011100 1011100 110101

Color Harmonies of #1863F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1863F6

Black with #1863F6

Text Example


Text Example

White with #1863F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1863F6;
 }
 .AnyTagClassName
 {
   color: #1863F6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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