Html Css Color HEX #486DEE Royal Blue

📋 copy color: '#486DEE'

red 72 ◦ green 109 ◦ blue 238

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

Shades of Royal Blue #486DEE

Tints of Royal Blue #486DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 56.8%

R = 17.18%
G = 26.01%
B = 56.8%

CMYK

 C value IS 0.70

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#486DEE (or 0x486DEE) is known color: Royal Blue. HEX triplet: 48, 6D and EE. RGB value is (72,109,238). Sum of RGB (Red+Green+Blue) = 72+109+238=419 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.18% from 419); Green value is 109 (42.97% from 255 or 26.01% from 419); Blue value is 238 (93.36% from 255 or 56.80% from 419); Max value from RGB is 238 - color contains mainly: blue. Hex color #486DEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #486DEE is #B79211. Grayscale: #707070. Windows color (decimal): -12030482 or 15625544. OLE color: 15625544.

HSL color Cylindrical-coordinate representation of color #486DEE: hue angle of 226.63º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #486DEE is Cyan = 0.70, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 72 109 238 -
CMYK 0.70 0.54 0 0.07
HSL 226.63º 0.83% 0.61% -
HSV(B) 226.63º 0.7% 0.93% -
XYZ 23.57 18.49 83.22 -
YUV 112.64 198.74 99.01 -
System Red Green Blue C M Y K H S L
Decimal 72 109 238 0.70 0.54 0 0.07 226.63 0.83 0.61
Hex 48 6D EE 46 36 0 7 E3 53 3D
Octal 110 155 356 106 66 0 7 343 123 75
Binary 1001000 1101101 11101110 1000110 110110 0 111 11100011 1010011 111101

Color Harmonies of #486DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486DEE

Black with #486DEE

Text Example


Text Example

White with #486DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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