Html Css Color HEX #486ADB Royal Blue

📋 copy color: '#486ADB'

red 72 ◦ green 106 ◦ blue 219

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

Shades of Royal Blue #486ADB

Tints of Royal Blue #486ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 55.16%

R = 18.14%
G = 26.7%
B = 55.16%

CMYK

 C value IS 0.67

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#486ADB (or 0x486ADB) is known color: Royal Blue. HEX triplet: 48, 6A and DB. RGB value is (72,106,219). Sum of RGB (Red+Green+Blue) = 72+106+219=397 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.14% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #486ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486ADB is #B79524. Grayscale: #6C6C6C. Windows color (decimal): -12031269 or 14379592. OLE color: 14379592.

HSL color Cylindrical-coordinate representation of color #486ADB: hue angle of 226.12º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #486ADB is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 72 106 219 -
CMYK 0.67 0.52 0 0.14
HSL 226.12º 0.67% 0.57% -
HSV(B) 226.12º 0.67% 0.86% -
XYZ 20.61 16.8 69.17 -
YUV 108.72 190.24 101.81 -
System Red Green Blue C M Y K H S L
Decimal 72 106 219 0.67 0.52 0 0.14 226.12 0.67 0.57
Hex 48 6A DB 43 34 0 E E2 43 39
Octal 110 152 333 103 64 0 16 342 103 71
Binary 1001000 1101010 11011011 1000011 110100 0 1110 11100010 1000011 111001

Color Harmonies of #486ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486ADB

Black with #486ADB

Text Example


Text Example

White with #486ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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