Html Css Color HEX #487FDA Royal Blue

📋 copy color: '#487FDA'

red 72 ◦ green 127 ◦ blue 218

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

Shades of Royal Blue #487FDA

Tints of Royal Blue #487FDA

RGB

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

 GREEN value IS 127 (50% from 255) = 30.46%

 BLUE value IS 218 (85.55% from 255) = 52.28%

R = 17.27%
G = 30.46%
B = 52.28%

CMYK

 C value IS 0.67

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#487FDA (or 0x487FDA) is known color: Royal Blue. HEX triplet: 48, 7F and DA. RGB value is (72,127,218). Sum of RGB (Red+Green+Blue) = 72+127+218=417 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.27% from 417); Green value is 127 (50% from 255 or 30.46% from 417); Blue value is 218 (85.55% from 255 or 52.28% from 417); Max value from RGB is 218 - color contains mainly: blue. Hex color #487FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487FDA is #B78025. Grayscale: #787878. Windows color (decimal): -12025894 or 14319432. OLE color: 14319432.

HSL color Cylindrical-coordinate representation of color #487FDA: hue angle of 217.4º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #487FDA is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 72 127 218 -
CMYK 0.67 0.42 0 0.15
HSL 217.4º 0.66% 0.57% -
HSV(B) 217.4º 0.67% 0.85% -
XYZ 22.92 21.62 69.29 -
YUV 120.93 182.78 93.1 -
System Red Green Blue C M Y K H S L
Decimal 72 127 218 0.67 0.42 0 0.15 217.4 0.66 0.57
Hex 48 7F DA 43 2A 0 F D9 42 39
Octal 110 177 332 103 52 0 17 331 102 71
Binary 1001000 1111111 11011010 1000011 101010 0 1111 11011001 1000010 111001

Color Harmonies of #487FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487FDA

Black with #487FDA

Text Example


Text Example

White with #487FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,127,218); }

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

background-color css

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

 a { background-color: rgb(72,127,218); }

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

border-color css

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

 span { border-color: rgb(72,127,218); }

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