Html Css Color HEX #486FD9 Royal Blue

📋 copy color: '#486FD9'

red 72 ◦ green 111 ◦ blue 217

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

Shades of Royal Blue #486FD9

Tints of Royal Blue #486FD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 54.25%

R = 18%
G = 27.75%
B = 54.25%

CMYK

 C value IS 0.67

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#486FD9 (or 0x486FD9) is known color: Royal Blue. HEX triplet: 48, 6F and D9. RGB value is (72,111,217). Sum of RGB (Red+Green+Blue) = 72+111+217=400 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18% from 400); Green value is 111 (43.75% from 255 or 27.75% from 400); Blue value is 217 (85.16% from 255 or 54.25% from 400); Max value from RGB is 217 - color contains mainly: blue. Hex color #486FD9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486FD9 is #B79026. Grayscale: #6E6E6E. Windows color (decimal): -12029991 or 14249800. OLE color: 14249800.

HSL color Cylindrical-coordinate representation of color #486FD9: hue angle of 223.86º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #486FD9 is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 72 111 217 -
CMYK 0.67 0.49 0 0.15
HSL 223.86º 0.66% 0.57% -
HSV(B) 223.86º 0.67% 0.85% -
XYZ 20.88 17.76 67.97 -
YUV 111.42 187.58 99.88 -
System Red Green Blue C M Y K H S L
Decimal 72 111 217 0.67 0.49 0 0.15 223.86 0.66 0.57
Hex 48 6F D9 43 31 0 F E0 42 39
Octal 110 157 331 103 61 0 17 340 102 71
Binary 1001000 1101111 11011001 1000011 110001 0 1111 11100000 1000010 111001

Color Harmonies of #486FD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486FD9

Black with #486FD9

Text Example


Text Example

White with #486FD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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