Html Css Color HEX #486CD2 Royal Blue

📋 copy color: '#486CD2'

red 72 ◦ green 108 ◦ blue 210

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

Shades of Royal Blue #486CD2

Tints of Royal Blue #486CD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 53.85%

R = 18.46%
G = 27.69%
B = 53.85%

CMYK

 C value IS 0.66

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#486CD2 (or 0x486CD2) is known color: Royal Blue. HEX triplet: 48, 6C and D2. RGB value is (72,108,210). Sum of RGB (Red+Green+Blue) = 72+108+210=390 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.46% from 390); Green value is 108 (42.58% from 255 or 27.69% from 390); Blue value is 210 (82.42% from 255 or 53.85% from 390); Max value from RGB is 210 - color contains mainly: blue. Hex color #486CD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486CD2 is #B7932D. Grayscale: #6C6C6C. Windows color (decimal): -12030766 or 13790280. OLE color: 13790280.

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

Color convert

RGB 72 108 210 -
CMYK 0.66 0.49 0 0.18
HSL 224.35º 0.61% 0.55% -
HSV(B) 224.35º 0.66% 0.82% -
XYZ 19.67 16.76 63.17 -
YUV 108.86 185.07 101.71 -
System Red Green Blue C M Y K H S L
Decimal 72 108 210 0.66 0.49 0 0.18 224.35 0.61 0.55
Hex 48 6C D2 42 31 0 12 E0 3D 37
Octal 110 154 322 102 61 0 22 340 75 67
Binary 1001000 1101100 11010010 1000010 110001 0 10010 11100000 111101 110111

Color Harmonies of #486CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486CD2

Black with #486CD2

Text Example


Text Example

White with #486CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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