Html Css Color HEX #486FCD Royal Blue

📋 copy color: '#486FCD'

red 72 ◦ green 111 ◦ blue 205

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

Shades of Royal Blue #486FCD

Tints of Royal Blue #486FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 52.84%

R = 18.56%
G = 28.61%
B = 52.84%

CMYK

 C value IS 0.65

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#486FCD (or 0x486FCD) is known color: Royal Blue. HEX triplet: 48, 6F and CD. RGB value is (72,111,205). Sum of RGB (Red+Green+Blue) = 72+111+205=388 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.56% from 388); Green value is 111 (43.75% from 255 or 28.61% from 388); Blue value is 205 (80.47% from 255 or 52.84% from 388); Max value from RGB is 205 - color contains mainly: blue. Hex color #486FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486FCD is #B79032. Grayscale: #6D6D6D. Windows color (decimal): -12030003 or 13463368. OLE color: 13463368.

HSL color Cylindrical-coordinate representation of color #486FCD: hue angle of 222.41º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #486FCD is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 72 111 205 -
CMYK 0.65 0.46 0 0.20
HSL 222.41º 0.57% 0.54% -
HSV(B) 222.41º 0.65% 0.8% -
XYZ 19.38 17.15 60.05 -
YUV 110.06 181.58 100.86 -
System Red Green Blue C M Y K H S L
Decimal 72 111 205 0.65 0.46 0 0.20 222.41 0.57 0.54
Hex 48 6F CD 41 2E 0 14 DE 39 36
Octal 110 157 315 101 56 0 24 336 71 66
Binary 1001000 1101111 11001101 1000001 101110 0 10100 11011110 111001 110110

Color Harmonies of #486FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486FCD

Black with #486FCD

Text Example


Text Example

White with #486FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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