Html Css Color HEX #486BFC Royal Blue

📋 copy color: '#486BFC'

red 72 ◦ green 107 ◦ blue 252

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

Shades of Royal Blue #486BFC

Tints of Royal Blue #486BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 58.47%

R = 16.71%
G = 24.83%
B = 58.47%

CMYK

 C value IS 0.71

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#486BFC (or 0x486BFC) is known color: Royal Blue. HEX triplet: 48, 6B and FC. RGB value is (72,107,252). Sum of RGB (Red+Green+Blue) = 72+107+252=431 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.71% from 431); Green value is 107 (42.19% from 255 or 24.83% from 431); Blue value is 252 (98.83% from 255 or 58.47% from 431); Max value from RGB is 252 - color contains mainly: blue. Hex color #486BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #486BFC is #B79403. Grayscale: #707070. Windows color (decimal): -12030980 or 16542536. OLE color: 16542536.

HSL color Cylindrical-coordinate representation of color #486BFC: hue angle of 228.33º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #486BFC is Cyan = 0.71, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 72 107 252 -
CMYK 0.71 0.58 0 0.01
HSL 228.33º 0.97% 0.64% -
HSV(B) 228.33º 0.71% 0.99% -
XYZ 25.5 18.92 94.4 -
YUV 113.07 206.4 98.71 -
System Red Green Blue C M Y K H S L
Decimal 72 107 252 0.71 0.58 0 0.01 228.33 0.97 0.64
Hex 48 6B FC 47 3A 0 1 E4 61 40
Octal 110 153 374 107 72 0 1 344 141 100
Binary 1001000 1101011 11111100 1000111 111010 0 1 11100100 1100001 1000000

Color Harmonies of #486BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486BFC

Black with #486BFC

Text Example


Text Example

White with #486BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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