Html Css Color HEX #486EE8 Royal Blue

📋 copy color: '#486EE8'

red 72 ◦ green 110 ◦ blue 232

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

Shades of Royal Blue #486EE8

Tints of Royal Blue #486EE8

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.57%

 BLUE value IS 232 (91.02% from 255) = 56.04%

R = 17.39%
G = 26.57%
B = 56.04%

CMYK

 C value IS 0.69

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#486EE8 (or 0x486EE8) is known color: Royal Blue. HEX triplet: 48, 6E and E8. RGB value is (72,110,232). Sum of RGB (Red+Green+Blue) = 72+110+232=414 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.39% from 414); Green value is 110 (43.36% from 255 or 26.57% from 414); Blue value is 232 (91.02% from 255 or 56.04% from 414); Max value from RGB is 232 - color contains mainly: blue. Hex color #486EE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #486EE8 is #B79117. Grayscale: #707070. Windows color (decimal): -12030232 or 15232584. OLE color: 15232584.

HSL color Cylindrical-coordinate representation of color #486EE8: hue angle of 225.75º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #486EE8 is Cyan = 0.69, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 72 110 232 -
CMYK 0.69 0.53 0 0.09
HSL 225.75º 0.78% 0.6% -
HSV(B) 225.75º 0.69% 0.91% -
XYZ 22.81 18.36 78.68 -
YUV 112.55 195.41 99.08 -
System Red Green Blue C M Y K H S L
Decimal 72 110 232 0.69 0.53 0 0.09 225.75 0.78 0.6
Hex 48 6E E8 45 35 0 9 E2 4E 3C
Octal 110 156 350 105 65 0 11 342 116 74
Binary 1001000 1101110 11101000 1000101 110101 0 1001 11100010 1001110 111100

Color Harmonies of #486EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486EE8

Black with #486EE8

Text Example


Text Example

White with #486EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,110,232); }

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

background-color css

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

 a { background-color: rgb(72,110,232); }

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

border-color css

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

 span { border-color: rgb(72,110,232); }

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