Html Css Color HEX #486FEF Royal Blue

📋 copy color: '#486FEF'

red 72 ◦ green 111 ◦ blue 239

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

Shades of Royal Blue #486FEF

Tints of Royal Blue #486FEF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.3%

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

R = 17.06%
G = 26.3%
B = 56.64%

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

#486FEF (or 0x486FEF) is known color: Royal Blue. HEX triplet: 48, 6F and EF. RGB value is (72,111,239). Sum of RGB (Red+Green+Blue) = 72+111+239=422 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.06% from 422); Green value is 111 (43.75% from 255 or 26.30% from 422); Blue value is 239 (93.75% from 255 or 56.64% from 422); Max value from RGB is 239 - color contains mainly: blue. Hex color #486FEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #486FEF is #B79010. Grayscale: #717171. Windows color (decimal): -12029969 or 15691592. OLE color: 15691592.

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

Color convert

RGB 72 111 239 -
CMYK 0.70 0.54 0 0.06
HSL 225.99º 0.84% 0.61% -
HSV(B) 225.99º 0.7% 0.94% -
XYZ 23.94 18.98 84.06 -
YUV 113.93 198.58 98.09 -
System Red Green Blue C M Y K H S L
Decimal 72 111 239 0.70 0.54 0 0.06 225.99 0.84 0.61
Hex 48 6F EF 46 36 0 6 E2 54 3D
Octal 110 157 357 106 66 0 6 342 124 75
Binary 1001000 1101111 11101111 1000110 110110 0 110 11100010 1010100 111101

Color Harmonies of #486FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486FEF

Black with #486FEF

Text Example


Text Example

White with #486FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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