Html Css Color HEX #486DD8 Royal Blue

📋 copy color: '#486DD8'

red 72 ◦ green 109 ◦ blue 216

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

Shades of Royal Blue #486DD8

Tints of Royal Blue #486DD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 54.41%

R = 18.14%
G = 27.46%
B = 54.41%

CMYK

 C value IS 0.67

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#486DD8 (or 0x486DD8) is known color: Royal Blue. HEX triplet: 48, 6D and D8. RGB value is (72,109,216). Sum of RGB (Red+Green+Blue) = 72+109+216=397 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.14% from 397); Green value is 109 (42.97% from 255 or 27.46% from 397); Blue value is 216 (84.77% from 255 or 54.41% from 397); Max value from RGB is 216 - color contains mainly: blue. Hex color #486DD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486DD8 is #B79227. Grayscale: #6D6D6D. Windows color (decimal): -12030504 or 14183752. OLE color: 14183752.

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

Color convert

RGB 72 109 216 -
CMYK 0.67 0.50 0 0.15
HSL 224.58º 0.65% 0.56% -
HSV(B) 224.58º 0.67% 0.85% -
XYZ 20.54 17.27 67.22 -
YUV 110.14 187.74 100.8 -
System Red Green Blue C M Y K H S L
Decimal 72 109 216 0.67 0.50 0 0.15 224.58 0.65 0.56
Hex 48 6D D8 43 32 0 F E1 41 38
Octal 110 155 330 103 62 0 17 341 101 70
Binary 1001000 1101101 11011000 1000011 110010 0 1111 11100001 1000001 111000

Color Harmonies of #486DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486DD8

Black with #486DD8

Text Example


Text Example

White with #486DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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