Html Css Color HEX #487DDF Royal Blue

📋 copy color: '#487DDF'

red 72 ◦ green 125 ◦ blue 223

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

Shades of Royal Blue #487DDF

Tints of Royal Blue #487DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 53.1%

R = 17.14%
G = 29.76%
B = 53.1%

CMYK

 C value IS 0.68

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#487DDF (or 0x487DDF) is known color: Royal Blue. HEX triplet: 48, 7D and DF. RGB value is (72,125,223). Sum of RGB (Red+Green+Blue) = 72+125+223=420 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.14% from 420); Green value is 125 (49.22% from 255 or 29.76% from 420); Blue value is 223 (87.5% from 255 or 53.10% from 420); Max value from RGB is 223 - color contains mainly: blue. Hex color #487DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487DDF is #B78220. Grayscale: #777777. Windows color (decimal): -12026401 or 14646600. OLE color: 14646600.

HSL color Cylindrical-coordinate representation of color #487DDF: hue angle of 218.94º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #487DDF is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 125 223 -
CMYK 0.68 0.44 0 0.13
HSL 218.94º 0.7% 0.58% -
HSV(B) 218.94º 0.68% 0.87% -
XYZ 23.33 21.37 72.71 -
YUV 120.33 185.94 93.53 -
System Red Green Blue C M Y K H S L
Decimal 72 125 223 0.68 0.44 0 0.13 218.94 0.7 0.58
Hex 48 7D DF 44 2C 0 D DB 46 3A
Octal 110 175 337 104 54 0 15 333 106 72
Binary 1001000 1111101 11011111 1000100 101100 0 1101 11011011 1000110 111010

Color Harmonies of #487DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487DDF

Black with #487DDF

Text Example


Text Example

White with #487DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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