Html Css Color HEX #486DFD Royal Blue

📋 copy color: '#486DFD'

red 72 ◦ green 109 ◦ blue 253

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

Shades of Royal Blue #486DFD

Tints of Royal Blue #486DFD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.12%

 BLUE value IS 253 (99.22% from 255) = 58.29%

R = 16.59%
G = 25.12%
B = 58.29%

CMYK

 C value IS 0.72

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#486DFD (or 0x486DFD) is known color: Royal Blue. HEX triplet: 48, 6D and FD. RGB value is (72,109,253). Sum of RGB (Red+Green+Blue) = 72+109+253=434 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.59% from 434); Green value is 109 (42.97% from 255 or 25.12% from 434); Blue value is 253 (99.22% from 255 or 58.29% from 434); Max value from RGB is 253 - color contains mainly: blue. Hex color #486DFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #486DFD is #B79202. Grayscale: #717171. Windows color (decimal): -12030467 or 16608584. OLE color: 16608584.

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

Color convert

RGB 72 109 253 -
CMYK 0.72 0.57 0 0.01
HSL 227.73º 0.98% 0.64% -
HSV(B) 227.73º 0.72% 0.99% -
XYZ 25.87 19.41 95.31 -
YUV 114.35 206.24 97.79 -
System Red Green Blue C M Y K H S L
Decimal 72 109 253 0.72 0.57 0 0.01 227.73 0.98 0.64
Hex 48 6D FD 48 39 0 1 E4 62 40
Octal 110 155 375 110 71 0 1 344 142 100
Binary 1001000 1101101 11111101 1001000 111001 0 1 11100100 1100010 1000000

Color Harmonies of #486DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486DFD

Black with #486DFD

Text Example


Text Example

White with #486DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,109,253); }

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

background-color css

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

 a { background-color: rgb(72,109,253); }

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

border-color css

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

 span { border-color: rgb(72,109,253); }

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