Html Css Color HEX #486DFA Royal Blue

📋 copy color: '#486DFA'

red 72 ◦ green 109 ◦ blue 250

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

Shades of Royal Blue #486DFA

Tints of Royal Blue #486DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 58%

R = 16.71%
G = 25.29%
B = 58%

CMYK

 C value IS 0.71

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#486DFA (or 0x486DFA) is known color: Royal Blue. HEX triplet: 48, 6D and FA. RGB value is (72,109,250). Sum of RGB (Red+Green+Blue) = 72+109+250=431 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.71% from 431); Green value is 109 (42.97% from 255 or 25.29% from 431); Blue value is 250 (98.05% from 255 or 58.00% from 431); Max value from RGB is 250 - color contains mainly: blue. Hex color #486DFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #486DFA is #B79205. Grayscale: #717171. Windows color (decimal): -12030470 or 16411976. OLE color: 16411976.

HSL color Cylindrical-coordinate representation of color #486DFA: hue angle of 227.53º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #486DFA is Cyan = 0.71, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 72 109 250 -
CMYK 0.71 0.56 0 0.02
HSL 227.53º 0.95% 0.63% -
HSV(B) 227.53º 0.71% 0.98% -
XYZ 25.4 19.22 92.81 -
YUV 114.01 204.74 98.04 -
System Red Green Blue C M Y K H S L
Decimal 72 109 250 0.71 0.56 0 0.02 227.53 0.95 0.63
Hex 48 6D FA 47 38 0 2 E4 5F 3F
Octal 110 155 372 107 70 0 2 344 137 77
Binary 1001000 1101101 11111010 1000111 111000 0 10 11100100 1011111 111111

Color Harmonies of #486DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486DFA

Black with #486DFA

Text Example


Text Example

White with #486DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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