Html Css Color HEX #487AD8 Royal Blue

📋 copy color: '#487AD8'

red 72 ◦ green 122 ◦ blue 216

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

Shades of Royal Blue #487AD8

Tints of Royal Blue #487AD8

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.76%

 BLUE value IS 216 (84.77% from 255) = 52.68%

R = 17.56%
G = 29.76%
B = 52.68%

CMYK

 C value IS 0.67

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#487AD8 (or 0x487AD8) is known color: Royal Blue. HEX triplet: 48, 7A and D8. RGB value is (72,122,216). Sum of RGB (Red+Green+Blue) = 72+122+216=410 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.56% from 410); Green value is 122 (48.05% from 255 or 29.76% from 410); Blue value is 216 (84.77% from 255 or 52.68% from 410); Max value from RGB is 216 - color contains mainly: blue. Hex color #487AD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487AD8 is #B78527. Grayscale: #757575. Windows color (decimal): -12027176 or 14187080. OLE color: 14187080.

HSL color Cylindrical-coordinate representation of color #487AD8: hue angle of 219.17º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #487AD8 is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 72 122 216 -
CMYK 0.67 0.44 0 0.15
HSL 219.17º 0.65% 0.56% -
HSV(B) 219.17º 0.67% 0.85% -
XYZ 22.03 20.25 67.71 -
YUV 117.77 183.44 95.36 -
System Red Green Blue C M Y K H S L
Decimal 72 122 216 0.67 0.44 0 0.15 219.17 0.65 0.56
Hex 48 7A D8 43 2C 0 F DB 41 38
Octal 110 172 330 103 54 0 17 333 101 70
Binary 1001000 1111010 11011000 1000011 101100 0 1111 11011011 1000001 111000

Color Harmonies of #487AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487AD8

Black with #487AD8

Text Example


Text Example

White with #487AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487AD8; }

 p { color: rgb(72,122,216); }

 H1.HeaderClassName
 {
   color: #487AD8;
 }
 .AnyTagClassName
 {
   color: #487AD8;
 }
</style>

background-color css

<style>
 a { background-color: #487AD8; }

 a { background-color: rgb(72,122,216); }

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

border-color css

<style>
 span { border-color: #487AD8; }

 span { border-color: rgb(72,122,216); }

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