Html Css Color HEX #486EEF Royal Blue

📋 copy color: '#486EEF'

red 72 ◦ green 110 ◦ blue 239

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

Shades of Royal Blue #486EEF

Tints of Royal Blue #486EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 56.77%

R = 17.1%
G = 26.13%
B = 56.77%

CMYK

 C value IS 0.70

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#486EEF (or 0x486EEF) is known color: Royal Blue. HEX triplet: 48, 6E and EF. RGB value is (72,110,239). Sum of RGB (Red+Green+Blue) = 72+110+239=421 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.10% from 421); Green value is 110 (43.36% from 255 or 26.13% from 421); Blue value is 239 (93.75% from 255 or 56.77% from 421); Max value from RGB is 239 - color contains mainly: blue. Hex color #486EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #486EEF is #B79110. Grayscale: #707070. Windows color (decimal): -12030225 or 15691336. OLE color: 15691336.

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

Color convert

RGB 72 110 239 -
CMYK 0.70 0.54 0 0.06
HSL 226.35º 0.84% 0.61% -
HSV(B) 226.35º 0.7% 0.94% -
XYZ 23.83 18.76 84.03 -
YUV 113.34 198.91 98.51 -
System Red Green Blue C M Y K H S L
Decimal 72 110 239 0.70 0.54 0 0.06 226.35 0.84 0.61
Hex 48 6E EF 46 36 0 6 E2 54 3D
Octal 110 156 357 106 66 0 6 342 124 75
Binary 1001000 1101110 11101111 1000110 110110 0 110 11100010 1010100 111101

Color Harmonies of #486EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486EEF

Black with #486EEF

Text Example


Text Example

White with #486EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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