Html Css Color HEX #486EE7 Royal Blue

📋 copy color: '#486EE7'

red 72 ◦ green 110 ◦ blue 231

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

Shades of Royal Blue #486EE7

Tints of Royal Blue #486EE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 55.93%

R = 17.43%
G = 26.63%
B = 55.93%

CMYK

 C value IS 0.69

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#486EE7 (or 0x486EE7) is known color: Royal Blue. HEX triplet: 48, 6E and E7. RGB value is (72,110,231). Sum of RGB (Red+Green+Blue) = 72+110+231=413 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.43% from 413); Green value is 110 (43.36% from 255 or 26.63% from 413); Blue value is 231 (90.62% from 255 or 55.93% from 413); Max value from RGB is 231 - color contains mainly: blue. Hex color #486EE7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #486EE7 is #B79118. Grayscale: #6F6F6F. Windows color (decimal): -12030233 or 15167048. OLE color: 15167048.

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

Color convert

RGB 72 110 231 -
CMYK 0.69 0.52 0 0.09
HSL 225.66º 0.77% 0.59% -
HSV(B) 225.66º 0.69% 0.91% -
XYZ 22.67 18.3 77.94 -
YUV 112.43 194.91 99.16 -
System Red Green Blue C M Y K H S L
Decimal 72 110 231 0.69 0.52 0 0.09 225.66 0.77 0.59
Hex 48 6E E7 45 34 0 9 E2 4D 3B
Octal 110 156 347 105 64 0 11 342 115 73
Binary 1001000 1101110 11100111 1000101 110100 0 1001 11100010 1001101 111011

Color Harmonies of #486EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486EE7

Black with #486EE7

Text Example


Text Example

White with #486EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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