Html Css Color HEX #486CC9 Royal Blue

📋 copy color: '#486CC9'

red 72 ◦ green 108 ◦ blue 201

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

Shades of Royal Blue #486CC9

Tints of Royal Blue #486CC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 52.76%

R = 18.9%
G = 28.35%
B = 52.76%

CMYK

 C value IS 0.64

 M value IS 0.46

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#486CC9 (or 0x486CC9) is known color: Royal Blue. HEX triplet: 48, 6C and C9. RGB value is (72,108,201). Sum of RGB (Red+Green+Blue) = 72+108+201=381 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.90% from 381); Green value is 108 (42.58% from 255 or 28.35% from 381); Blue value is 201 (78.91% from 255 or 52.76% from 381); Max value from RGB is 201 - color contains mainly: blue. Hex color #486CC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486CC9 is #B79336. Grayscale: #6B6B6B. Windows color (decimal): -12030775 or 13200456. OLE color: 13200456.

HSL color Cylindrical-coordinate representation of color #486CC9: hue angle of 223.26º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #486CC9 is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 72 108 201 -
CMYK 0.64 0.46 0 0.21
HSL 223.26º 0.54% 0.54% -
HSV(B) 223.26º 0.64% 0.79% -
XYZ 18.58 16.32 57.43 -
YUV 107.84 180.57 102.44 -
System Red Green Blue C M Y K H S L
Decimal 72 108 201 0.64 0.46 0 0.21 223.26 0.54 0.54
Hex 48 6C C9 40 2E 0 15 DF 36 36
Octal 110 154 311 100 56 0 25 337 66 66
Binary 1001000 1101100 11001001 1000000 101110 0 10101 11011111 110110 110110

Color Harmonies of #486CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486CC9

Black with #486CC9

Text Example


Text Example

White with #486CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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