Html Css Color HEX #487ADB Royal Blue

📋 copy color: '#487ADB'

red 72 ◦ green 122 ◦ blue 219

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

Shades of Royal Blue #487ADB

Tints of Royal Blue #487ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 53.03%

R = 17.43%
G = 29.54%
B = 53.03%

CMYK

 C value IS 0.67

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#487ADB (or 0x487ADB) is known color: Royal Blue. HEX triplet: 48, 7A and DB. RGB value is (72,122,219). Sum of RGB (Red+Green+Blue) = 72+122+219=413 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.43% from 413); Green value is 122 (48.05% from 255 or 29.54% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #487ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487ADB is #B78524. Grayscale: #757575. Windows color (decimal): -12027173 or 14383688. OLE color: 14383688.

HSL color Cylindrical-coordinate representation of color #487ADB: hue angle of 219.59º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #487ADB is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 72 122 219 -
CMYK 0.67 0.44 0 0.14
HSL 219.59º 0.67% 0.57% -
HSV(B) 219.59º 0.67% 0.86% -
XYZ 22.42 20.41 69.78 -
YUV 118.11 184.94 95.11 -
System Red Green Blue C M Y K H S L
Decimal 72 122 219 0.67 0.44 0 0.14 219.59 0.67 0.57
Hex 48 7A DB 43 2C 0 E DC 43 39
Octal 110 172 333 103 54 0 16 334 103 71
Binary 1001000 1111010 11011011 1000011 101100 0 1110 11011100 1000011 111001

Color Harmonies of #487ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487ADB

Black with #487ADB

Text Example


Text Example

White with #487ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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