Html Css Color HEX #486AD1 Royal Blue

📋 copy color: '#486AD1'

red 72 ◦ green 106 ◦ blue 209

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

Shades of Royal Blue #486AD1

Tints of Royal Blue #486AD1

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.39%

 BLUE value IS 209 (82.03% from 255) = 54.01%

R = 18.6%
G = 27.39%
B = 54.01%

CMYK

 C value IS 0.66

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#486AD1 (or 0x486AD1) is known color: Royal Blue. HEX triplet: 48, 6A and D1. RGB value is (72,106,209). Sum of RGB (Red+Green+Blue) = 72+106+209=387 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.60% from 387); Green value is 106 (41.80% from 255 or 27.39% from 387); Blue value is 209 (82.03% from 255 or 54.01% from 387); Max value from RGB is 209 - color contains mainly: blue. Hex color #486AD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486AD1 is #B7952E. Grayscale: #6B6B6B. Windows color (decimal): -12031279 or 13724232. OLE color: 13724232.

HSL color Cylindrical-coordinate representation of color #486AD1: hue angle of 225.11º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #486AD1 is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 72 106 209 -
CMYK 0.66 0.49 0 0.18
HSL 225.11º 0.6% 0.55% -
HSV(B) 225.11º 0.66% 0.82% -
XYZ 19.34 16.29 62.45 -
YUV 107.58 185.24 102.62 -
System Red Green Blue C M Y K H S L
Decimal 72 106 209 0.66 0.49 0 0.18 225.11 0.6 0.55
Hex 48 6A D1 42 31 0 12 E1 3C 37
Octal 110 152 321 102 61 0 22 341 74 67
Binary 1001000 1101010 11010001 1000010 110001 0 10010 11100001 111100 110111

Color Harmonies of #486AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486AD1

Black with #486AD1

Text Example


Text Example

White with #486AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,106,209); }

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

background-color css

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

 a { background-color: rgb(72,106,209); }

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

border-color css

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

 span { border-color: rgb(72,106,209); }

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