Html Css Color HEX #486BD8 Royal Blue

📋 copy color: '#486BD8'

red 72 ◦ green 107 ◦ blue 216

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

Shades of Royal Blue #486BD8

Tints of Royal Blue #486BD8

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.09%

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

R = 18.23%
G = 27.09%
B = 54.68%

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

#486BD8 (or 0x486BD8) is known color: Royal Blue. HEX triplet: 48, 6B and D8. RGB value is (72,107,216). Sum of RGB (Red+Green+Blue) = 72+107+216=395 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.23% from 395); Green value is 107 (42.19% from 255 or 27.09% from 395); Blue value is 216 (84.77% from 255 or 54.68% from 395); Max value from RGB is 216 - color contains mainly: blue. Hex color #486BD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486BD8 is #B79427. Grayscale: #6C6C6C. Windows color (decimal): -12031016 or 14183240. OLE color: 14183240.

HSL color Cylindrical-coordinate representation of color #486BD8: hue angle of 225.42º 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 #486BD8 is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 72 107 216 -
CMYK 0.67 0.50 0 0.15
HSL 225.42º 0.65% 0.56% -
HSV(B) 225.42º 0.67% 0.85% -
XYZ 20.32 16.85 67.15 -
YUV 108.96 188.4 101.64 -
System Red Green Blue C M Y K H S L
Decimal 72 107 216 0.67 0.50 0 0.15 225.42 0.65 0.56
Hex 48 6B D8 43 32 0 F E1 41 38
Octal 110 153 330 103 62 0 17 341 101 70
Binary 1001000 1101011 11011000 1000011 110010 0 1111 11100001 1000001 111000

Color Harmonies of #486BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486BD8

Black with #486BD8

Text Example


Text Example

White with #486BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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