Html Css Color HEX #486CDD Royal Blue

📋 copy color: '#486CDD'

red 72 ◦ green 108 ◦ blue 221

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

Shades of Royal Blue #486CDD

Tints of Royal Blue #486CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.11%

R = 17.96%
G = 26.93%
B = 55.11%

CMYK

 C value IS 0.67

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#486CDD (or 0x486CDD) is known color: Royal Blue. HEX triplet: 48, 6C and DD. RGB value is (72,108,221). Sum of RGB (Red+Green+Blue) = 72+108+221=401 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.96% from 401); Green value is 108 (42.58% from 255 or 26.93% from 401); Blue value is 221 (86.72% from 255 or 55.11% from 401); Max value from RGB is 221 - color contains mainly: blue. Hex color #486CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486CDD is #B79322. Grayscale: #6D6D6D. Windows color (decimal): -12030755 or 14511176. OLE color: 14511176.

HSL color Cylindrical-coordinate representation of color #486CDD: hue angle of 225.5º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #486CDD is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 108 221 -
CMYK 0.67 0.51 0 0.13
HSL 225.5º 0.69% 0.57% -
HSV(B) 225.5º 0.67% 0.87% -
XYZ 21.09 17.32 70.64 -
YUV 110.12 190.57 100.81 -
System Red Green Blue C M Y K H S L
Decimal 72 108 221 0.67 0.51 0 0.13 225.5 0.69 0.57
Hex 48 6C DD 43 33 0 D E2 45 39
Octal 110 154 335 103 63 0 15 342 105 71
Binary 1001000 1101100 11011101 1000011 110011 0 1101 11100010 1000101 111001

Color Harmonies of #486CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486CDD

Black with #486CDD

Text Example


Text Example

White with #486CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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