Html Css Color HEX #486ADC Royal Blue

📋 copy color: '#486ADC'

red 72 ◦ green 106 ◦ blue 220

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

Shades of Royal Blue #486ADC

Tints of Royal Blue #486ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 55.28%

R = 18.09%
G = 26.63%
B = 55.28%

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

#486ADC (or 0x486ADC) is known color: Royal Blue. HEX triplet: 48, 6A and DC. RGB value is (72,106,220). Sum of RGB (Red+Green+Blue) = 72+106+220=398 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.09% from 398); Green value is 106 (41.80% from 255 or 26.63% from 398); Blue value is 220 (86.33% from 255 or 55.28% from 398); Max value from RGB is 220 - color contains mainly: blue. Hex color #486ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486ADC is #B79523. Grayscale: #6C6C6C. Windows color (decimal): -12031268 or 14445128. OLE color: 14445128.

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

Color convert

RGB 72 106 220 -
CMYK 0.67 0.52 0 0.14
HSL 226.22º 0.68% 0.57% -
HSV(B) 226.22º 0.67% 0.86% -
XYZ 20.74 16.85 69.87 -
YUV 108.83 190.74 101.73 -
System Red Green Blue C M Y K H S L
Decimal 72 106 220 0.67 0.52 0 0.14 226.22 0.68 0.57
Hex 48 6A DC 43 34 0 E E2 44 39
Octal 110 152 334 103 64 0 16 342 104 71
Binary 1001000 1101010 11011100 1000011 110100 0 1110 11100010 1000100 111001

Color Harmonies of #486ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486ADC

Black with #486ADC

Text Example


Text Example

White with #486ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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