Html Css Color HEX #486AEB Royal Blue

📋 copy color: '#486AEB'

red 72 ◦ green 106 ◦ blue 235

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

Shades of Royal Blue #486AEB

Tints of Royal Blue #486AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 56.9%

R = 17.43%
G = 25.67%
B = 56.9%

CMYK

 C value IS 0.69

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#486AEB (or 0x486AEB) is known color: Royal Blue. HEX triplet: 48, 6A and EB. RGB value is (72,106,235). Sum of RGB (Red+Green+Blue) = 72+106+235=413 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.43% from 413); Green value is 106 (41.80% from 255 or 25.67% from 413); Blue value is 235 (92.19% from 255 or 56.90% from 413); Max value from RGB is 235 - color contains mainly: blue. Hex color #486AEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #486AEB is #B79514. Grayscale: #6D6D6D. Windows color (decimal): -12031253 or 15428168. OLE color: 15428168.

HSL color Cylindrical-coordinate representation of color #486AEB: hue angle of 227.48º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #486AEB is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 72 106 235 -
CMYK 0.69 0.55 0 0.08
HSL 227.48º 0.8% 0.6% -
HSV(B) 227.48º 0.69% 0.92% -
XYZ 22.82 17.68 80.81 -
YUV 110.54 198.24 100.51 -
System Red Green Blue C M Y K H S L
Decimal 72 106 235 0.69 0.55 0 0.08 227.48 0.8 0.6
Hex 48 6A EB 45 37 0 8 E3 50 3C
Octal 110 152 353 105 67 0 10 343 120 74
Binary 1001000 1101010 11101011 1000101 110111 0 1000 11100011 1010000 111100

Color Harmonies of #486AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486AEB

Black with #486AEB

Text Example


Text Example

White with #486AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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