Html Css Color HEX #486AE0 Royal Blue

📋 copy color: '#486AE0'

red 72 ◦ green 106 ◦ blue 224

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

Shades of Royal Blue #486AE0

Tints of Royal Blue #486AE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 55.72%

R = 17.91%
G = 26.37%
B = 55.72%

CMYK

 C value IS 0.68

 M value IS 0.53

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#486AE0 (or 0x486AE0) is known color: Royal Blue. HEX triplet: 48, 6A and E0. RGB value is (72,106,224). Sum of RGB (Red+Green+Blue) = 72+106+224=402 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.91% from 402); Green value is 106 (41.80% from 255 or 26.37% from 402); Blue value is 224 (87.89% from 255 or 55.72% from 402); Max value from RGB is 224 - color contains mainly: blue. Hex color #486AE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486AE0 is #B7951F. Grayscale: #6C6C6C. Windows color (decimal): -12031264 or 14707272. OLE color: 14707272.

HSL color Cylindrical-coordinate representation of color #486AE0: hue angle of 226.58º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #486AE0 is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 72 106 224 -
CMYK 0.68 0.53 0 0.12
HSL 226.58º 0.71% 0.58% -
HSV(B) 226.58º 0.68% 0.88% -
XYZ 21.28 17.07 72.69 -
YUV 109.29 192.74 101.41 -
System Red Green Blue C M Y K H S L
Decimal 72 106 224 0.68 0.53 0 0.12 226.58 0.71 0.58
Hex 48 6A E0 44 35 0 C E3 47 3A
Octal 110 152 340 104 65 0 14 343 107 72
Binary 1001000 1101010 11100000 1000100 110101 0 1100 11100011 1000111 111010

Color Harmonies of #486AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486AE0

Black with #486AE0

Text Example


Text Example

White with #486AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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