Html Css Color HEX #486CDB Royal Blue

📋 copy color: '#486CDB'

red 72 ◦ green 108 ◦ blue 219

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

Shades of Royal Blue #486CDB

Tints of Royal Blue #486CDB

RGB

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

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

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

R = 18.05%
G = 27.07%
B = 54.89%

CMYK

 C value IS 0.67

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#486CDB (or 0x486CDB) is known color: Royal Blue. HEX triplet: 48, 6C and DB. RGB value is (72,108,219). Sum of RGB (Red+Green+Blue) = 72+108+219=399 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.05% from 399); Green value is 108 (42.58% from 255 or 27.07% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #486CDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486CDB is #B79324. Grayscale: #6D6D6D. Windows color (decimal): -12030757 or 14380104. OLE color: 14380104.

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

Color convert

RGB 72 108 219 -
CMYK 0.67 0.51 0 0.14
HSL 225.31º 0.67% 0.57% -
HSV(B) 225.31º 0.67% 0.86% -
XYZ 20.82 17.22 69.24 -
YUV 109.89 189.57 100.97 -
System Red Green Blue C M Y K H S L
Decimal 72 108 219 0.67 0.51 0 0.14 225.31 0.67 0.57
Hex 48 6C DB 43 33 0 E E1 43 39
Octal 110 154 333 103 63 0 16 341 103 71
Binary 1001000 1101100 11011011 1000011 110011 0 1110 11100001 1000011 111001

Color Harmonies of #486CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486CDB

Black with #486CDB

Text Example


Text Example

White with #486CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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