Html Css Color HEX #1862F6 Royal Blue

📋 copy color: '#1862F6'

red 24 ◦ green 98 ◦ blue 246

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

Shades of Royal Blue #1862F6

Tints of Royal Blue #1862F6

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.63%

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

R = 6.52%
G = 26.63%
B = 66.85%

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

#1862F6 (or 0x1862F6) is known color: Royal Blue. HEX triplet: 18, 62 and F6. RGB value is (24,98,246). Sum of RGB (Red+Green+Blue) = 24+98+246=368 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.52% from 368); Green value is 98 (38.67% from 255 or 26.63% from 368); Blue value is 246 (96.48% from 255 or 66.85% from 368); Max value from RGB is 246 - color contains mainly: blue. Hex color #1862F6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1862F6 is #E79D09. Grayscale: #5C5C5C. Windows color (decimal): -15179018 or 16146968. OLE color: 16146968.

HSL color Cylindrical-coordinate representation of color #1862F6: hue angle of 220º 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 #1862F6 is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 24 98 246 -
CMYK 0.90 0.60 0 0.04
HSL 220º 0.93% 0.53% -
HSV(B) 220º 0.9% 0.96% -
XYZ 21.38 15.58 89.07 -
YUV 92.75 214.48 78.97 -
System Red Green Blue C M Y K H S L
Decimal 24 98 246 0.90 0.60 0 0.04 220 0.93 0.53
Hex 18 62 F6 5A 3C 0 4 DC 5C 35
Octal 30 142 366 132 74 0 4 334 134 65
Binary 11000 1100010 11110110 1011010 111100 0 100 11011100 1011100 110101

Color Harmonies of #1862F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1862F6

Black with #1862F6

Text Example


Text Example

White with #1862F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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