Html Css Color HEX #486CD3 Royal Blue

📋 copy color: '#486CD3'

red 72 ◦ green 108 ◦ blue 211

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

Shades of Royal Blue #486CD3

Tints of Royal Blue #486CD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 53.96%

R = 18.41%
G = 27.62%
B = 53.96%

CMYK

 C value IS 0.66

 M value IS 0.49

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#486CD3 (or 0x486CD3) is known color: Royal Blue. HEX triplet: 48, 6C and D3. RGB value is (72,108,211). Sum of RGB (Red+Green+Blue) = 72+108+211=391 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.41% from 391); Green value is 108 (42.58% from 255 or 27.62% from 391); Blue value is 211 (82.81% from 255 or 53.96% from 391); Max value from RGB is 211 - color contains mainly: blue. Hex color #486CD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486CD3 is #B7932C. Grayscale: #6C6C6C. Windows color (decimal): -12030765 or 13855816. OLE color: 13855816.

HSL color Cylindrical-coordinate representation of color #486CD3: hue angle of 224.46º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #486CD3 is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 72 108 211 -
CMYK 0.66 0.49 0 0.17
HSL 224.46º 0.61% 0.55% -
HSV(B) 224.46º 0.66% 0.83% -
XYZ 19.79 16.81 63.83 -
YUV 108.98 185.57 101.62 -
System Red Green Blue C M Y K H S L
Decimal 72 108 211 0.66 0.49 0 0.17 224.46 0.61 0.55
Hex 48 6C D3 42 31 0 11 E0 3D 37
Octal 110 154 323 102 61 0 21 340 75 67
Binary 1001000 1101100 11010011 1000010 110001 0 10001 11100000 111101 110111

Color Harmonies of #486CD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486CD3

Black with #486CD3

Text Example


Text Example

White with #486CD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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