Html Css Color HEX #486EDE Royal Blue

📋 copy color: '#486EDE'

red 72 ◦ green 110 ◦ blue 222

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

Shades of Royal Blue #486EDE

Tints of Royal Blue #486EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 54.95%

R = 17.82%
G = 27.23%
B = 54.95%

CMYK

 C value IS 0.68

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#486EDE (or 0x486EDE) is known color: Royal Blue. HEX triplet: 48, 6E and DE. RGB value is (72,110,222). Sum of RGB (Red+Green+Blue) = 72+110+222=404 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.82% from 404); Green value is 110 (43.36% from 255 or 27.23% from 404); Blue value is 222 (87.11% from 255 or 54.95% from 404); Max value from RGB is 222 - color contains mainly: blue. Hex color #486EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486EDE is #B79121. Grayscale: #6E6E6E. Windows color (decimal): -12030242 or 14577224. OLE color: 14577224.

HSL color Cylindrical-coordinate representation of color #486EDE: hue angle of 224.8º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #486EDE is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 110 222 -
CMYK 0.68 0.50 0 0.13
HSL 224.8º 0.69% 0.58% -
HSV(B) 224.8º 0.68% 0.87% -
XYZ 21.43 17.8 71.41 -
YUV 111.41 190.41 99.89 -
System Red Green Blue C M Y K H S L
Decimal 72 110 222 0.68 0.50 0 0.13 224.8 0.69 0.58
Hex 48 6E DE 44 32 0 D E1 45 3A
Octal 110 156 336 104 62 0 15 341 105 72
Binary 1001000 1101110 11011110 1000100 110010 0 1101 11100001 1000101 111010

Color Harmonies of #486EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486EDE

Black with #486EDE

Text Example


Text Example

White with #486EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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