Html Css Color HEX #486CD1 Royal Blue

📋 copy color: '#486CD1'

red 72 ◦ green 108 ◦ blue 209

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

Shades of Royal Blue #486CD1

Tints of Royal Blue #486CD1

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.76%

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

R = 18.51%
G = 27.76%
B = 53.73%

CMYK

 C value IS 0.66

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#486CD1 (or 0x486CD1) is known color: Royal Blue. HEX triplet: 48, 6C and D1. RGB value is (72,108,209). Sum of RGB (Red+Green+Blue) = 72+108+209=389 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.51% from 389); Green value is 108 (42.58% from 255 or 27.76% from 389); Blue value is 209 (82.03% from 255 or 53.73% from 389); Max value from RGB is 209 - color contains mainly: blue. Hex color #486CD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486CD1 is #B7932E. Grayscale: #6C6C6C. Windows color (decimal): -12030767 or 13724744. OLE color: 13724744.

HSL color Cylindrical-coordinate representation of color #486CD1: hue angle of 224.23º 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 #486CD1 is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 72 108 209 -
CMYK 0.66 0.48 0 0.18
HSL 224.23º 0.6% 0.55% -
HSV(B) 224.23º 0.66% 0.82% -
XYZ 19.54 16.71 62.52 -
YUV 108.75 184.57 101.79 -
System Red Green Blue C M Y K H S L
Decimal 72 108 209 0.66 0.48 0 0.18 224.23 0.6 0.55
Hex 48 6C D1 42 30 0 12 E0 3C 37
Octal 110 154 321 102 60 0 22 340 74 67
Binary 1001000 1101100 11010001 1000010 110000 0 10010 11100000 111100 110111

Color Harmonies of #486CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486CD1

Black with #486CD1

Text Example


Text Example

White with #486CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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