Html Css Color HEX #486BD9 Royal Blue

📋 copy color: '#486BD9'

red 72 ◦ green 107 ◦ blue 217

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

Shades of Royal Blue #486BD9

Tints of Royal Blue #486BD9

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.02%

 BLUE value IS 217 (85.16% from 255) = 54.8%

R = 18.18%
G = 27.02%
B = 54.8%

CMYK

 C value IS 0.67

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#486BD9 (or 0x486BD9) is known color: Royal Blue. HEX triplet: 48, 6B and D9. RGB value is (72,107,217). Sum of RGB (Red+Green+Blue) = 72+107+217=396 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.18% from 396); Green value is 107 (42.19% from 255 or 27.02% from 396); Blue value is 217 (85.16% from 255 or 54.80% from 396); Max value from RGB is 217 - color contains mainly: blue. Hex color #486BD9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486BD9 is #B79426. Grayscale: #6C6C6C. Windows color (decimal): -12031015 or 14248776. OLE color: 14248776.

HSL color Cylindrical-coordinate representation of color #486BD9: hue angle of 225.52º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #486BD9 is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 72 107 217 -
CMYK 0.67 0.51 0 0.15
HSL 225.52º 0.66% 0.57% -
HSV(B) 225.52º 0.67% 0.85% -
XYZ 20.45 16.9 67.83 -
YUV 109.08 188.9 101.56 -
System Red Green Blue C M Y K H S L
Decimal 72 107 217 0.67 0.51 0 0.15 225.52 0.66 0.57
Hex 48 6B D9 43 33 0 F E2 42 39
Octal 110 153 331 103 63 0 17 342 102 71
Binary 1001000 1101011 11011001 1000011 110011 0 1111 11100010 1000010 111001

Color Harmonies of #486BD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486BD9

Black with #486BD9

Text Example


Text Example

White with #486BD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,107,217); }

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

background-color css

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

 a { background-color: rgb(72,107,217); }

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

border-color css

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

 span { border-color: rgb(72,107,217); }

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