Html Css Color HEX #486FD0 Royal Blue

📋 copy color: '#486FD0'

red 72 ◦ green 111 ◦ blue 208

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

Shades of Royal Blue #486FD0

Tints of Royal Blue #486FD0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.39%

 BLUE value IS 208 (81.64% from 255) = 53.2%

R = 18.41%
G = 28.39%
B = 53.2%

CMYK

 C value IS 0.65

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#486FD0 (or 0x486FD0) is known color: Royal Blue. HEX triplet: 48, 6F and D0. RGB value is (72,111,208). Sum of RGB (Red+Green+Blue) = 72+111+208=391 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.41% from 391); Green value is 111 (43.75% from 255 or 28.39% from 391); Blue value is 208 (81.64% from 255 or 53.20% from 391); Max value from RGB is 208 - color contains mainly: blue. Hex color #486FD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486FD0 is #B7902F. Grayscale: #6D6D6D. Windows color (decimal): -12030000 or 13659976. OLE color: 13659976.

HSL color Cylindrical-coordinate representation of color #486FD0: hue angle of 222.79º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #486FD0 is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 72 111 208 -
CMYK 0.65 0.47 0 0.18
HSL 222.79º 0.59% 0.55% -
HSV(B) 222.79º 0.65% 0.82% -
XYZ 19.74 17.3 61.97 -
YUV 110.4 183.08 100.61 -
System Red Green Blue C M Y K H S L
Decimal 72 111 208 0.65 0.47 0 0.18 222.79 0.59 0.55
Hex 48 6F D0 41 2F 0 12 DF 3B 37
Octal 110 157 320 101 57 0 22 337 73 67
Binary 1001000 1101111 11010000 1000001 101111 0 10010 11011111 111011 110111

Color Harmonies of #486FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486FD0

Black with #486FD0

Text Example


Text Example

White with #486FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,111,208); }

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

background-color css

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

 a { background-color: rgb(72,111,208); }

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

border-color css

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

 span { border-color: rgb(72,111,208); }

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