Html Css Color HEX #486BEF Royal Blue

📋 copy color: '#486BEF'

red 72 ◦ green 107 ◦ blue 239

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

Shades of Royal Blue #486BEF

Tints of Royal Blue #486BEF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.6%

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

R = 17.22%
G = 25.6%
B = 57.18%

CMYK

 C value IS 0.70

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#486BEF (or 0x486BEF) is known color: Royal Blue. HEX triplet: 48, 6B and EF. RGB value is (72,107,239). Sum of RGB (Red+Green+Blue) = 72+107+239=418 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.22% from 418); Green value is 107 (42.19% from 255 or 25.60% from 418); Blue value is 239 (93.75% from 255 or 57.18% from 418); Max value from RGB is 239 - color contains mainly: blue. Hex color #486BEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #486BEF is #B79410. Grayscale: #6F6F6F. Windows color (decimal): -12030993 or 15690568. OLE color: 15690568.

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

Color convert

RGB 72 107 239 -
CMYK 0.70 0.55 0 0.06
HSL 227.43º 0.84% 0.61% -
HSV(B) 227.43º 0.7% 0.94% -
XYZ 23.51 18.13 83.92 -
YUV 111.58 199.9 99.77 -
System Red Green Blue C M Y K H S L
Decimal 72 107 239 0.70 0.55 0 0.06 227.43 0.84 0.61
Hex 48 6B EF 46 37 0 6 E3 54 3D
Octal 110 153 357 106 67 0 6 343 124 75
Binary 1001000 1101011 11101111 1000110 110111 0 110 11100011 1010100 111101

Color Harmonies of #486BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486BEF

Black with #486BEF

Text Example


Text Example

White with #486BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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