Html Css Color HEX #486DED Royal Blue

📋 copy color: '#486DED'

red 72 ◦ green 109 ◦ blue 237

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

Shades of Royal Blue #486DED

Tints of Royal Blue #486DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 56.7%

R = 17.22%
G = 26.08%
B = 56.7%

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

#486DED (or 0x486DED) is known color: Royal Blue. HEX triplet: 48, 6D and ED. RGB value is (72,109,237). Sum of RGB (Red+Green+Blue) = 72+109+237=418 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.22% from 418); Green value is 109 (42.97% from 255 or 26.08% from 418); Blue value is 237 (92.97% from 255 or 56.70% from 418); Max value from RGB is 237 - color contains mainly: blue. Hex color #486DED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #486DED is #B79212. Grayscale: #6F6F6F. Windows color (decimal): -12030483 or 15560008. OLE color: 15560008.

HSL color Cylindrical-coordinate representation of color #486DED: hue angle of 226.55º degrees, saturation: 0.82, 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 #486DED is Cyan = 0.70, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 72 109 237 -
CMYK 0.70 0.54 0 0.07
HSL 226.55º 0.82% 0.61% -
HSV(B) 226.55º 0.7% 0.93% -
XYZ 23.43 18.43 82.44 -
YUV 112.53 198.24 99.09 -
System Red Green Blue C M Y K H S L
Decimal 72 109 237 0.70 0.54 0 0.07 226.55 0.82 0.61
Hex 48 6D ED 46 36 0 7 E3 52 3D
Octal 110 155 355 106 66 0 7 343 122 75
Binary 1001000 1101101 11101101 1000110 110110 0 111 11100011 1010010 111101

Color Harmonies of #486DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486DED

Black with #486DED

Text Example


Text Example

White with #486DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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