Html Css Color HEX #486CED Royal Blue

📋 copy color: '#486CED'

red 72 ◦ green 108 ◦ blue 237

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

Shades of Royal Blue #486CED

Tints of Royal Blue #486CED

RGB

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

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

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

R = 17.27%
G = 25.9%
B = 56.83%

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

#486CED (or 0x486CED) is known color: Royal Blue. HEX triplet: 48, 6C and ED. RGB value is (72,108,237). Sum of RGB (Red+Green+Blue) = 72+108+237=417 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.27% from 417); Green value is 108 (42.58% from 255 or 25.90% from 417); Blue value is 237 (92.97% from 255 or 56.83% from 417); Max value from RGB is 237 - color contains mainly: blue. Hex color #486CED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #486CED is #B79312. Grayscale: #6F6F6F. Windows color (decimal): -12030739 or 15559752. OLE color: 15559752.

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

Color convert

RGB 72 108 237 -
CMYK 0.70 0.54 0 0.07
HSL 226.91º 0.82% 0.61% -
HSV(B) 226.91º 0.7% 0.93% -
XYZ 23.32 18.22 82.41 -
YUV 111.94 198.57 99.51 -
System Red Green Blue C M Y K H S L
Decimal 72 108 237 0.70 0.54 0 0.07 226.91 0.82 0.61
Hex 48 6C ED 46 36 0 7 E3 52 3D
Octal 110 154 355 106 66 0 7 343 122 75
Binary 1001000 1101100 11101101 1000110 110110 0 111 11100011 1010010 111101

Color Harmonies of #486CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486CED

Black with #486CED

Text Example


Text Example

White with #486CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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