Html Css Color HEX #486CEC Royal Blue

📋 copy color: '#486CEC'

red 72 ◦ green 108 ◦ blue 236

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

Shades of Royal Blue #486CEC

Tints of Royal Blue #486CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 56.73%

R = 17.31%
G = 25.96%
B = 56.73%

CMYK

 C value IS 0.69

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#486CEC (or 0x486CEC) is known color: Royal Blue. HEX triplet: 48, 6C and EC. RGB value is (72,108,236). Sum of RGB (Red+Green+Blue) = 72+108+236=416 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.31% from 416); Green value is 108 (42.58% from 255 or 25.96% from 416); Blue value is 236 (92.58% from 255 or 56.73% from 416); Max value from RGB is 236 - color contains mainly: blue. Hex color #486CEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #486CEC is #B79313. Grayscale: #6F6F6F. Windows color (decimal): -12030740 or 15494216. OLE color: 15494216.

HSL color Cylindrical-coordinate representation of color #486CEC: hue angle of 226.83º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #486CEC is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 72 108 236 -
CMYK 0.69 0.54 0 0.07
HSL 226.83º 0.81% 0.6% -
HSV(B) 226.83º 0.69% 0.93% -
XYZ 23.18 18.16 81.64 -
YUV 111.83 198.07 99.59 -
System Red Green Blue C M Y K H S L
Decimal 72 108 236 0.69 0.54 0 0.07 226.83 0.81 0.6
Hex 48 6C EC 45 36 0 7 E3 51 3C
Octal 110 154 354 105 66 0 7 343 121 74
Binary 1001000 1101100 11101100 1000101 110110 0 111 11100011 1010001 111100

Color Harmonies of #486CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486CEC

Black with #486CEC

Text Example


Text Example

White with #486CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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