Html Css Color HEX #486CDE Royal Blue

📋 copy color: '#486CDE'

red 72 ◦ green 108 ◦ blue 222

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

Shades of Royal Blue #486CDE

Tints of Royal Blue #486CDE

RGB

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

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

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

R = 17.91%
G = 26.87%
B = 55.22%

CMYK

 C value IS 0.68

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#486CDE (or 0x486CDE) is known color: Royal Blue. HEX triplet: 48, 6C and DE. RGB value is (72,108,222). Sum of RGB (Red+Green+Blue) = 72+108+222=402 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.91% from 402); Green value is 108 (42.58% from 255 or 26.87% from 402); Blue value is 222 (87.11% from 255 or 55.22% from 402); Max value from RGB is 222 - color contains mainly: blue. Hex color #486CDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486CDE is #B79321. Grayscale: #6D6D6D. Windows color (decimal): -12030754 or 14576712. OLE color: 14576712.

HSL color Cylindrical-coordinate representation of color #486CDE: hue angle of 225.6º 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 #486CDE is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 108 222 -
CMYK 0.68 0.51 0 0.13
HSL 225.6º 0.69% 0.58% -
HSV(B) 225.6º 0.68% 0.87% -
XYZ 21.22 17.38 71.34 -
YUV 110.23 191.07 100.73 -
System Red Green Blue C M Y K H S L
Decimal 72 108 222 0.68 0.51 0 0.13 225.6 0.69 0.58
Hex 48 6C DE 44 33 0 D E2 45 3A
Octal 110 154 336 104 63 0 15 342 105 72
Binary 1001000 1101100 11011110 1000100 110011 0 1101 11100010 1000101 111010

Color Harmonies of #486CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486CDE

Black with #486CDE

Text Example


Text Example

White with #486CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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