Html Css Color HEX #486ECC Royal Blue

📋 copy color: '#486ECC'

red 72 ◦ green 110 ◦ blue 204

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

Shades of Royal Blue #486ECC

Tints of Royal Blue #486ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.85%

R = 18.65%
G = 28.5%
B = 52.85%

CMYK

 C value IS 0.65

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#486ECC (or 0x486ECC) is known color: Royal Blue. HEX triplet: 48, 6E and CC. RGB value is (72,110,204). Sum of RGB (Red+Green+Blue) = 72+110+204=386 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.65% from 386); Green value is 110 (43.36% from 255 or 28.50% from 386); Blue value is 204 (80.08% from 255 or 52.85% from 386); Max value from RGB is 204 - color contains mainly: blue. Hex color #486ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486ECC is #B79133. Grayscale: #6C6C6C. Windows color (decimal): -12030260 or 13397576. OLE color: 13397576.

HSL color Cylindrical-coordinate representation of color #486ECC: hue angle of 222.73º degrees, saturation: 0.56, 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 #486ECC is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 72 110 204 -
CMYK 0.65 0.46 0 0.2
HSL 222.73º 0.56% 0.54% -
HSV(B) 222.73º 0.65% 0.8% -
XYZ 19.15 16.89 59.38 -
YUV 109.35 181.41 101.36 -
System Red Green Blue C M Y K H S L
Decimal 72 110 204 0.65 0.46 0 0.2 222.73 0.56 0.54
Hex 48 6E CC 41 2E 0 14 DF 38 36
Octal 110 156 314 101 56 0 24 337 70 66
Binary 1001000 1101110 11001100 1000001 101110 0 10100 11011111 111000 110110

Color Harmonies of #486ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486ECC

Black with #486ECC

Text Example


Text Example

White with #486ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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