Html Css Color HEX #486ED4 Royal Blue

📋 copy color: '#486ED4'

red 72 ◦ green 110 ◦ blue 212

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

Shades of Royal Blue #486ED4

Tints of Royal Blue #486ED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 53.81%

R = 18.27%
G = 27.92%
B = 53.81%

CMYK

 C value IS 0.66

 M value IS 0.48

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#486ED4 (or 0x486ED4) is known color: Royal Blue. HEX triplet: 48, 6E and D4. RGB value is (72,110,212). Sum of RGB (Red+Green+Blue) = 72+110+212=394 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.27% from 394); Green value is 110 (43.36% from 255 or 27.92% from 394); Blue value is 212 (83.20% from 255 or 53.81% from 394); Max value from RGB is 212 - color contains mainly: blue. Hex color #486ED4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486ED4 is #B7912B. Grayscale: #6D6D6D. Windows color (decimal): -12030252 or 13921864. OLE color: 13921864.

HSL color Cylindrical-coordinate representation of color #486ED4: hue angle of 223.71º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #486ED4 is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 72 110 212 -
CMYK 0.66 0.48 0 0.17
HSL 223.71º 0.62% 0.56% -
HSV(B) 223.71º 0.66% 0.83% -
XYZ 20.13 17.28 64.56 -
YUV 110.27 185.41 100.71 -
System Red Green Blue C M Y K H S L
Decimal 72 110 212 0.66 0.48 0 0.17 223.71 0.62 0.56
Hex 48 6E D4 42 30 0 11 E0 3E 38
Octal 110 156 324 102 60 0 21 340 76 70
Binary 1001000 1101110 11010100 1000010 110000 0 10001 11100000 111110 111000

Color Harmonies of #486ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486ED4

Black with #486ED4

Text Example


Text Example

White with #486ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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