Html Css Color HEX #486FF2 Royal Blue

📋 copy color: '#486FF2'

red 72 ◦ green 111 ◦ blue 242

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

Shades of Royal Blue #486FF2

Tints of Royal Blue #486FF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 56.94%

R = 16.94%
G = 26.12%
B = 56.94%

CMYK

 C value IS 0.70

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#486FF2 (or 0x486FF2) is known color: Royal Blue. HEX triplet: 48, 6F and F2. RGB value is (72,111,242). Sum of RGB (Red+Green+Blue) = 72+111+242=425 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.94% from 425); Green value is 111 (43.75% from 255 or 26.12% from 425); Blue value is 242 (94.92% from 255 or 56.94% from 425); Max value from RGB is 242 - color contains mainly: blue. Hex color #486FF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #486FF2 is #B7900D. Grayscale: #717171. Windows color (decimal): -12029966 or 15888200. OLE color: 15888200.

HSL color Cylindrical-coordinate representation of color #486FF2: hue angle of 226.24º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #486FF2 is Cyan = 0.70, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 72 111 242 -
CMYK 0.70 0.54 0 0.05
HSL 226.24º 0.87% 0.62% -
HSV(B) 226.24º 0.7% 0.95% -
XYZ 24.38 19.16 86.42 -
YUV 114.27 200.08 97.85 -
System Red Green Blue C M Y K H S L
Decimal 72 111 242 0.70 0.54 0 0.05 226.24 0.87 0.62
Hex 48 6F F2 46 36 0 5 E2 57 3E
Octal 110 157 362 106 66 0 5 342 127 76
Binary 1001000 1101111 11110010 1000110 110110 0 101 11100010 1010111 111110

Color Harmonies of #486FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486FF2

Black with #486FF2

Text Example


Text Example

White with #486FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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