Html Css Color HEX #486ECE Royal Blue

📋 copy color: '#486ECE'

red 72 ◦ green 110 ◦ blue 206

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

Shades of Royal Blue #486ECE

Tints of Royal Blue #486ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.09%

R = 18.56%
G = 28.35%
B = 53.09%

CMYK

 C value IS 0.65

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#486ECE (or 0x486ECE) is known color: Royal Blue. HEX triplet: 48, 6E and CE. RGB value is (72,110,206). Sum of RGB (Red+Green+Blue) = 72+110+206=388 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.56% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #486ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486ECE is #B79131. Grayscale: #6D6D6D. Windows color (decimal): -12030258 or 13528648. OLE color: 13528648.

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

Color convert

RGB 72 110 206 -
CMYK 0.65 0.47 0 0.19
HSL 222.99º 0.58% 0.55% -
HSV(B) 222.99º 0.65% 0.81% -
XYZ 19.39 16.99 60.65 -
YUV 109.58 182.41 101.19 -
System Red Green Blue C M Y K H S L
Decimal 72 110 206 0.65 0.47 0 0.19 222.99 0.58 0.55
Hex 48 6E CE 41 2F 0 13 DF 3A 37
Octal 110 156 316 101 57 0 23 337 72 67
Binary 1001000 1101110 11001110 1000001 101111 0 10011 11011111 111010 110111

Color Harmonies of #486ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486ECE

Black with #486ECE

Text Example


Text Example

White with #486ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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