Html Css Color HEX #487EDB Royal Blue

📋 copy color: '#487EDB'

red 72 ◦ green 126 ◦ blue 219

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

Shades of Royal Blue #487EDB

Tints of Royal Blue #487EDB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.22%

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

R = 17.27%
G = 30.22%
B = 52.52%

CMYK

 C value IS 0.67

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#487EDB (or 0x487EDB) is known color: Royal Blue. HEX triplet: 48, 7E and DB. RGB value is (72,126,219). Sum of RGB (Red+Green+Blue) = 72+126+219=417 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.27% from 417); Green value is 126 (49.61% from 255 or 30.22% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #487EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487EDB is #B78124. Grayscale: #787878. Windows color (decimal): -12026149 or 14384712. OLE color: 14384712.

HSL color Cylindrical-coordinate representation of color #487EDB: hue angle of 217.96º 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 #487EDB is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 72 126 219 -
CMYK 0.67 0.42 0 0.14
HSL 217.96º 0.67% 0.57% -
HSV(B) 217.96º 0.67% 0.86% -
XYZ 22.92 21.41 69.94 -
YUV 120.46 183.61 93.44 -
System Red Green Blue C M Y K H S L
Decimal 72 126 219 0.67 0.42 0 0.14 217.96 0.67 0.57
Hex 48 7E DB 43 2A 0 E DA 43 39
Octal 110 176 333 103 52 0 16 332 103 71
Binary 1001000 1111110 11011011 1000011 101010 0 1110 11011010 1000011 111001

Color Harmonies of #487EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487EDB

Black with #487EDB

Text Example


Text Example

White with #487EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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