Html Css Color HEX #486CFE Royal Blue

📋 copy color: '#486CFE'

red 72 ◦ green 108 ◦ blue 254

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

Shades of Royal Blue #486CFE

Tints of Royal Blue #486CFE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.88%

 BLUE value IS 254 (99.61% from 255) = 58.53%

R = 16.59%
G = 24.88%
B = 58.53%

CMYK

 C value IS 0.72

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#486CFE (or 0x486CFE) is known color: Royal Blue. HEX triplet: 48, 6C and FE. RGB value is (72,108,254). Sum of RGB (Red+Green+Blue) = 72+108+254=434 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.59% from 434); Green value is 108 (42.58% from 255 or 24.88% from 434); Blue value is 254 (99.61% from 255 or 58.53% from 434); Max value from RGB is 254 - color contains mainly: blue. Hex color #486CFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #486CFE is #B79301. Grayscale: #717171. Windows color (decimal): -12030722 or 16673864. OLE color: 16673864.

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

Color convert

RGB 72 108 254 -
CMYK 0.72 0.57 0 0.00
HSL 228.13º 0.99% 0.64% -
HSV(B) 228.13º 0.72% 1% -
XYZ 25.92 19.26 96.12 -
YUV 113.88 207.07 98.13 -
System Red Green Blue C M Y K H S L
Decimal 72 108 254 0.72 0.57 0 0.00 228.13 0.99 0.64
Hex 48 6C FE 48 39 0 0 E4 63 40
Octal 110 154 376 110 71 0 0 344 143 100
Binary 1001000 1101100 11111110 1001000 111001 0 0 11100100 1100011 1000000

Color Harmonies of #486CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486CFE

Black with #486CFE

Text Example


Text Example

White with #486CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,108,254); }

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

background-color css

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

 a { background-color: rgb(72,108,254); }

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

border-color css

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

 span { border-color: rgb(72,108,254); }

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