Html Css Color HEX #486EEC Royal Blue

📋 copy color: '#486EEC'

red 72 ◦ green 110 ◦ blue 236

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

Shades of Royal Blue #486EEC

Tints of Royal Blue #486EEC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.32%

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

R = 17.22%
G = 26.32%
B = 56.46%

CMYK

 C value IS 0.69

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#486EEC (or 0x486EEC) is known color: Royal Blue. HEX triplet: 48, 6E and EC. RGB value is (72,110,236). Sum of RGB (Red+Green+Blue) = 72+110+236=418 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.22% from 418); Green value is 110 (43.36% from 255 or 26.32% from 418); Blue value is 236 (92.58% from 255 or 56.46% from 418); Max value from RGB is 236 - color contains mainly: blue. Hex color #486EEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #486EEC is #B79113. Grayscale: #707070. Windows color (decimal): -12030228 or 15494728. OLE color: 15494728.

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

Color convert

RGB 72 110 236 -
CMYK 0.69 0.53 0 0.07
HSL 226.1º 0.81% 0.6% -
HSV(B) 226.1º 0.69% 0.93% -
XYZ 23.39 18.59 81.71 -
YUV 113 197.41 98.75 -
System Red Green Blue C M Y K H S L
Decimal 72 110 236 0.69 0.53 0 0.07 226.1 0.81 0.6
Hex 48 6E EC 45 35 0 7 E2 51 3C
Octal 110 156 354 105 65 0 7 342 121 74
Binary 1001000 1101110 11101100 1000101 110101 0 111 11100010 1010001 111100

Color Harmonies of #486EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486EEC

Black with #486EEC

Text Example


Text Example

White with #486EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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