Html Css Color HEX #487CDB Royal Blue

📋 copy color: '#487CDB'

red 72 ◦ green 124 ◦ blue 219

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

Shades of Royal Blue #487CDB

Tints of Royal Blue #487CDB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.88%

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

R = 17.35%
G = 29.88%
B = 52.77%

CMYK

 C value IS 0.67

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#487CDB (or 0x487CDB) is known color: Royal Blue. HEX triplet: 48, 7C and DB. RGB value is (72,124,219). Sum of RGB (Red+Green+Blue) = 72+124+219=415 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.35% from 415); Green value is 124 (48.83% from 255 or 29.88% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #487CDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487CDB is #B78324. Grayscale: #767676. Windows color (decimal): -12026661 or 14384200. OLE color: 14384200.

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

Color convert

RGB 72 124 219 -
CMYK 0.67 0.43 0 0.14
HSL 218.78º 0.67% 0.57% -
HSV(B) 218.78º 0.67% 0.86% -
XYZ 22.67 20.91 69.86 -
YUV 119.28 184.27 94.28 -
System Red Green Blue C M Y K H S L
Decimal 72 124 219 0.67 0.43 0 0.14 218.78 0.67 0.57
Hex 48 7C DB 43 2B 0 E DB 43 39
Octal 110 174 333 103 53 0 16 333 103 71
Binary 1001000 1111100 11011011 1000011 101011 0 1110 11011011 1000011 111001

Color Harmonies of #487CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487CDB

Black with #487CDB

Text Example


Text Example

White with #487CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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