Html Css Color HEX #486DDE Royal Blue

📋 copy color: '#486DDE'

red 72 ◦ green 109 ◦ blue 222

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

Shades of Royal Blue #486DDE

Tints of Royal Blue #486DDE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.05%

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

R = 17.87%
G = 27.05%
B = 55.09%

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

#486DDE (or 0x486DDE) is known color: Royal Blue. HEX triplet: 48, 6D and DE. RGB value is (72,109,222). Sum of RGB (Red+Green+Blue) = 72+109+222=403 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.87% from 403); Green value is 109 (42.97% from 255 or 27.05% from 403); Blue value is 222 (87.11% from 255 or 55.09% from 403); Max value from RGB is 222 - color contains mainly: blue. Hex color #486DDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486DDE is #B79221. Grayscale: #6E6E6E. Windows color (decimal): -12030498 or 14576968. OLE color: 14576968.

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

Color convert

RGB 72 109 222 -
CMYK 0.68 0.51 0 0.13
HSL 225.2º 0.69% 0.58% -
HSV(B) 225.2º 0.68% 0.87% -
XYZ 21.33 17.59 71.38 -
YUV 110.82 190.74 100.31 -
System Red Green Blue C M Y K H S L
Decimal 72 109 222 0.68 0.51 0 0.13 225.2 0.69 0.58
Hex 48 6D DE 44 33 0 D E1 45 3A
Octal 110 155 336 104 63 0 15 341 105 72
Binary 1001000 1101101 11011110 1000100 110011 0 1101 11100001 1000101 111010

Color Harmonies of #486DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486DDE

Black with #486DDE

Text Example


Text Example

White with #486DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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