Html Css Color HEX #487DDD Royal Blue

📋 copy color: '#487DDD'

red 72 ◦ green 125 ◦ blue 221

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

Shades of Royal Blue #487DDD

Tints of Royal Blue #487DDD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.9%

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

R = 17.22%
G = 29.9%
B = 52.87%

CMYK

 C value IS 0.67

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#487DDD (or 0x487DDD) is known color: Royal Blue. HEX triplet: 48, 7D and DD. RGB value is (72,125,221). Sum of RGB (Red+Green+Blue) = 72+125+221=418 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.22% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 221 (86.72% from 255 or 52.87% from 418); Max value from RGB is 221 - color contains mainly: blue. Hex color #487DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487DDD is #B78222. Grayscale: #777777. Windows color (decimal): -12026403 or 14515528. OLE color: 14515528.

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

Color convert

RGB 72 125 221 -
CMYK 0.67 0.43 0 0.13
HSL 218.66º 0.69% 0.57% -
HSV(B) 218.66º 0.67% 0.87% -
XYZ 23.06 21.27 71.3 -
YUV 120.1 184.94 93.69 -
System Red Green Blue C M Y K H S L
Decimal 72 125 221 0.67 0.43 0 0.13 218.66 0.69 0.57
Hex 48 7D DD 43 2B 0 D DB 45 39
Octal 110 175 335 103 53 0 15 333 105 71
Binary 1001000 1111101 11011101 1000011 101011 0 1101 11011011 1000101 111001

Color Harmonies of #487DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487DDD

Black with #487DDD

Text Example


Text Example

White with #487DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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