Html Css Color HEX #486CEB Royal Blue

📋 copy color: '#486CEB'

red 72 ◦ green 108 ◦ blue 235

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

Shades of Royal Blue #486CEB

Tints of Royal Blue #486CEB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.02%

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

R = 17.35%
G = 26.02%
B = 56.63%

CMYK

 C value IS 0.69

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#486CEB (or 0x486CEB) is known color: Royal Blue. HEX triplet: 48, 6C and EB. RGB value is (72,108,235). Sum of RGB (Red+Green+Blue) = 72+108+235=415 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.35% from 415); Green value is 108 (42.58% from 255 or 26.02% from 415); Blue value is 235 (92.19% from 255 or 56.63% from 415); Max value from RGB is 235 - color contains mainly: blue. Hex color #486CEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #486CEB is #B79314. Grayscale: #6F6F6F. Windows color (decimal): -12030741 or 15428680. OLE color: 15428680.

HSL color Cylindrical-coordinate representation of color #486CEB: hue angle of 226.75º 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 #486CEB is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 72 108 235 -
CMYK 0.69 0.54 0 0.08
HSL 226.75º 0.8% 0.6% -
HSV(B) 226.75º 0.69% 0.92% -
XYZ 23.03 18.1 80.88 -
YUV 111.71 197.57 99.67 -
System Red Green Blue C M Y K H S L
Decimal 72 108 235 0.69 0.54 0 0.08 226.75 0.8 0.6
Hex 48 6C EB 45 36 0 8 E3 50 3C
Octal 110 154 353 105 66 0 10 343 120 74
Binary 1001000 1101100 11101011 1000101 110110 0 1000 11100011 1010000 111100

Color Harmonies of #486CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486CEB

Black with #486CEB

Text Example


Text Example

White with #486CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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