Html Css Color HEX #486CFC Royal Blue

📋 copy color: '#486CFC'

red 72 ◦ green 108 ◦ blue 252

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

Shades of Royal Blue #486CFC

Tints of Royal Blue #486CFC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25%

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

R = 16.67%
G = 25%
B = 58.33%

CMYK

 C value IS 0.71

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#486CFC (or 0x486CFC) is known color: Royal Blue. HEX triplet: 48, 6C and FC. RGB value is (72,108,252). Sum of RGB (Red+Green+Blue) = 72+108+252=432 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.67% from 432); Green value is 108 (42.58% from 255 or 25% from 432); Blue value is 252 (98.83% from 255 or 58.33% from 432); Max value from RGB is 252 - color contains mainly: blue. Hex color #486CFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #486CFC is #B79303. Grayscale: #717171. Windows color (decimal): -12030724 or 16542792. OLE color: 16542792.

HSL color Cylindrical-coordinate representation of color #486CFC: hue angle of 228º 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 #486CFC is Cyan = 0.71, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 72 108 252 -
CMYK 0.71 0.57 0 0.01
HSL 228º 0.97% 0.64% -
HSV(B) 228º 0.71% 0.99% -
XYZ 25.61 19.13 94.44 -
YUV 113.65 206.07 98.29 -
System Red Green Blue C M Y K H S L
Decimal 72 108 252 0.71 0.57 0 0.01 228 0.97 0.64
Hex 48 6C FC 47 39 0 1 E4 61 40
Octal 110 154 374 107 71 0 1 344 141 100
Binary 1001000 1101100 11111100 1000111 111001 0 1 11100100 1100001 1000000

Color Harmonies of #486CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486CFC

Black with #486CFC

Text Example


Text Example

White with #486CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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