Html Css Color HEX #486ADF Royal Blue

📋 copy color: '#486ADF'

red 72 ◦ green 106 ◦ blue 223

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

Shades of Royal Blue #486ADF

Tints of Royal Blue #486ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 55.61%

R = 17.96%
G = 26.43%
B = 55.61%

CMYK

 C value IS 0.68

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#486ADF (or 0x486ADF) is known color: Royal Blue. HEX triplet: 48, 6A and DF. RGB value is (72,106,223). Sum of RGB (Red+Green+Blue) = 72+106+223=401 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.96% from 401); Green value is 106 (41.80% from 255 or 26.43% from 401); Blue value is 223 (87.5% from 255 or 55.61% from 401); Max value from RGB is 223 - color contains mainly: blue. Hex color #486ADF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486ADF is #B79520. Grayscale: #6C6C6C. Windows color (decimal): -12031265 or 14641736. OLE color: 14641736.

HSL color Cylindrical-coordinate representation of color #486ADF: hue angle of 226.49º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #486ADF is Cyan = 0.68, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 106 223 -
CMYK 0.68 0.52 0 0.13
HSL 226.49º 0.7% 0.58% -
HSV(B) 226.49º 0.68% 0.87% -
XYZ 21.15 17.01 71.98 -
YUV 109.17 192.24 101.49 -
System Red Green Blue C M Y K H S L
Decimal 72 106 223 0.68 0.52 0 0.13 226.49 0.7 0.58
Hex 48 6A DF 44 34 0 D E2 46 3A
Octal 110 152 337 104 64 0 15 342 106 72
Binary 1001000 1101010 11011111 1000100 110100 0 1101 11100010 1000110 111010

Color Harmonies of #486ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486ADF

Black with #486ADF

Text Example


Text Example

White with #486ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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