Html Css Color HEX #486BE1 Royal Blue

📋 copy color: '#486BE1'

red 72 ◦ green 107 ◦ blue 225

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

Shades of Royal Blue #486BE1

Tints of Royal Blue #486BE1

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.49%

 BLUE value IS 225 (88.28% from 255) = 55.69%

R = 17.82%
G = 26.49%
B = 55.69%

CMYK

 C value IS 0.68

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#486BE1 (or 0x486BE1) is known color: Royal Blue. HEX triplet: 48, 6B and E1. RGB value is (72,107,225). Sum of RGB (Red+Green+Blue) = 72+107+225=404 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.82% from 404); Green value is 107 (42.19% from 255 or 26.49% from 404); Blue value is 225 (88.28% from 255 or 55.69% from 404); Max value from RGB is 225 - color contains mainly: blue. Hex color #486BE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486BE1 is #B7941E. Grayscale: #6D6D6D. Windows color (decimal): -12031007 or 14773064. OLE color: 14773064.

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

Color convert

RGB 72 107 225 -
CMYK 0.68 0.52 0 0.12
HSL 226.27º 0.72% 0.58% -
HSV(B) 226.27º 0.68% 0.88% -
XYZ 21.52 17.33 73.44 -
YUV 109.99 192.9 100.91 -
System Red Green Blue C M Y K H S L
Decimal 72 107 225 0.68 0.52 0 0.12 226.27 0.72 0.58
Hex 48 6B E1 44 34 0 C E2 48 3A
Octal 110 153 341 104 64 0 14 342 110 72
Binary 1001000 1101011 11100001 1000100 110100 0 1100 11100010 1001000 111010

Color Harmonies of #486BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486BE1

Black with #486BE1

Text Example


Text Example

White with #486BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,107,225); }

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

background-color css

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

 a { background-color: rgb(72,107,225); }

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

border-color css

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

 span { border-color: rgb(72,107,225); }

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