Html Css Color HEX #486FFF Royal Blue

📋 copy color: '#486FFF'

red 72 ◦ green 111 ◦ blue 255

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

Shades of Royal Blue #486FFF

Tints of Royal Blue #486FFF

RGB

 RED value IS 72 (28.52% from 255) = 16.44%

 GREEN value IS 111 (43.75% from 255) = 25.34%

 BLUE value IS 255 (100% from 255) = 58.22%

R = 16.44%
G = 25.34%
B = 58.22%

CMYK

 C value IS 0.72

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#486FFF (or 0x486FFF) is known color: Royal Blue. HEX triplet: 48, 6F and FF. RGB value is (72,111,255). Sum of RGB (Red+Green+Blue) = 72+111+255=438 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.44% from 438); Green value is 111 (43.75% from 255 or 25.34% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #486FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #486FFF is #B79000. Grayscale: #737373. Windows color (decimal): -12029953 or 16740168. OLE color: 16740168.

HSL color Cylindrical-coordinate representation of color #486FFF: hue angle of 227.21º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #486FFF is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 72 111 255 -
CMYK 0.72 0.56 0 0
HSL 227.21º 1% 0.64% -
HSV(B) 227.21º 0.72% 1% -
XYZ 26.41 19.97 97.07 -
YUV 115.76 206.58 96.79 -
System Red Green Blue C M Y K H S L
Decimal 72 111 255 0.72 0.56 0 0 227.21 1 0.64
Hex 48 6F FF 48 38 0 0 E3 64 40
Octal 110 157 377 110 70 0 0 343 144 100
Binary 1001000 1101111 11111111 1001000 111000 0 0 11100011 1100100 1000000

Color Harmonies of #486FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486FFF

Black with #486FFF

Text Example


Text Example

White with #486FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486FFF; }

 p { color: rgb(72,111,255); }

 H1.HeaderClassName
 {
   color: #486FFF;
 }
 .AnyTagClassName
 {
   color: #486FFF;
 }
</style>

background-color css

<style>
 a { background-color: #486FFF; }

 a { background-color: rgb(72,111,255); }

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

border-color css

<style>
 span { border-color: #486FFF; }

 span { border-color: rgb(72,111,255); }

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