Html Css Color HEX #486FFA Royal Blue

📋 copy color: '#486FFA'

red 72 ◦ green 111 ◦ blue 250

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

Shades of Royal Blue #486FFA

Tints of Royal Blue #486FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 57.74%

R = 16.63%
G = 25.64%
B = 57.74%

CMYK

 C value IS 0.71

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#486FFA (or 0x486FFA) is known color: Royal Blue. HEX triplet: 48, 6F and FA. RGB value is (72,111,250). Sum of RGB (Red+Green+Blue) = 72+111+250=433 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.63% from 433); Green value is 111 (43.75% from 255 or 25.64% from 433); Blue value is 250 (98.05% from 255 or 57.74% from 433); Max value from RGB is 250 - color contains mainly: blue. Hex color #486FFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #486FFA is #B79005. Grayscale: #727272. Windows color (decimal): -12029958 or 16412488. OLE color: 16412488.

HSL color Cylindrical-coordinate representation of color #486FFA: hue angle of 226.85º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #486FFA is Cyan = 0.71, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 72 111 250 -
CMYK 0.71 0.56 0 0.02
HSL 226.85º 0.95% 0.63% -
HSV(B) 226.85º 0.71% 0.98% -
XYZ 25.61 19.65 92.89 -
YUV 115.19 204.08 97.2 -
System Red Green Blue C M Y K H S L
Decimal 72 111 250 0.71 0.56 0 0.02 226.85 0.95 0.63
Hex 48 6F FA 47 38 0 2 E3 5F 3F
Octal 110 157 372 107 70 0 2 343 137 77
Binary 1001000 1101111 11111010 1000111 111000 0 10 11100011 1011111 111111

Color Harmonies of #486FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486FFA

Black with #486FFA

Text Example


Text Example

White with #486FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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