Html Css Color HEX #486DF3 Royal Blue

📋 copy color: '#486DF3'

red 72 ◦ green 109 ◦ blue 243

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

Shades of Royal Blue #486DF3

Tints of Royal Blue #486DF3

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.71%

 BLUE value IS 243 (95.31% from 255) = 57.31%

R = 16.98%
G = 25.71%
B = 57.31%

CMYK

 C value IS 0.70

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#486DF3 (or 0x486DF3) is known color: Royal Blue. HEX triplet: 48, 6D and F3. RGB value is (72,109,243). Sum of RGB (Red+Green+Blue) = 72+109+243=424 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.98% from 424); Green value is 109 (42.97% from 255 or 25.71% from 424); Blue value is 243 (95.31% from 255 or 57.31% from 424); Max value from RGB is 243 - color contains mainly: blue. Hex color #486DF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #486DF3 is #B7920C. Grayscale: #707070. Windows color (decimal): -12030477 or 15953224. OLE color: 15953224.

HSL color Cylindrical-coordinate representation of color #486DF3: hue angle of 227.02º degrees, saturation: 0.88, 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 #486DF3 is Cyan = 0.70, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 72 109 243 -
CMYK 0.70 0.55 0 0.05
HSL 227.02º 0.88% 0.62% -
HSV(B) 227.02º 0.7% 0.95% -
XYZ 24.32 18.79 87.14 -
YUV 113.21 201.24 98.6 -
System Red Green Blue C M Y K H S L
Decimal 72 109 243 0.70 0.55 0 0.05 227.02 0.88 0.62
Hex 48 6D F3 46 37 0 5 E3 58 3E
Octal 110 155 363 106 67 0 5 343 130 76
Binary 1001000 1101101 11110011 1000110 110111 0 101 11100011 1011000 111110

Color Harmonies of #486DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486DF3

Black with #486DF3

Text Example


Text Example

White with #486DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,109,243); }

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

background-color css

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

 a { background-color: rgb(72,109,243); }

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

border-color css

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

 span { border-color: rgb(72,109,243); }

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