Html Css Color HEX #486FFB Royal Blue

📋 copy color: '#486FFB'

red 72 ◦ green 111 ◦ blue 251

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

Shades of Royal Blue #486FFB

Tints of Royal Blue #486FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 57.83%

R = 16.59%
G = 25.58%
B = 57.83%

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

#486FFB (or 0x486FFB) is known color: Royal Blue. HEX triplet: 48, 6F and FB. RGB value is (72,111,251). Sum of RGB (Red+Green+Blue) = 72+111+251=434 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.59% from 434); Green value is 111 (43.75% from 255 or 25.58% from 434); Blue value is 251 (98.44% from 255 or 57.83% from 434); Max value from RGB is 251 - color contains mainly: blue. Hex color #486FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #486FFB is #B79004. Grayscale: #727272. Windows color (decimal): -12029957 or 16478024. OLE color: 16478024.

HSL color Cylindrical-coordinate representation of color #486FFB: hue angle of 226.93º degrees, saturation: 0.96, 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 #486FFB is Cyan = 0.71, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 72 111 251 -
CMYK 0.71 0.56 0 0.02
HSL 226.93º 0.96% 0.63% -
HSV(B) 226.93º 0.71% 0.98% -
XYZ 25.77 19.71 93.71 -
YUV 115.3 204.58 97.12 -
System Red Green Blue C M Y K H S L
Decimal 72 111 251 0.71 0.56 0 0.02 226.93 0.96 0.63
Hex 48 6F FB 47 38 0 2 E3 60 3F
Octal 110 157 373 107 70 0 2 343 140 77
Binary 1001000 1101111 11111011 1000111 111000 0 10 11100011 1100000 111111

Color Harmonies of #486FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486FFB

Black with #486FFB

Text Example


Text Example

White with #486FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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