Html Css Color HEX #487DD6 Royal Blue

📋 copy color: '#487DD6'

red 72 ◦ green 125 ◦ blue 214

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

Shades of Royal Blue #487DD6

Tints of Royal Blue #487DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 52.07%

R = 17.52%
G = 30.41%
B = 52.07%

CMYK

 C value IS 0.66

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#487DD6 (or 0x487DD6) is known color: Royal Blue. HEX triplet: 48, 7D and D6. RGB value is (72,125,214). Sum of RGB (Red+Green+Blue) = 72+125+214=411 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.52% from 411); Green value is 125 (49.22% from 255 or 30.41% from 411); Blue value is 214 (83.98% from 255 or 52.07% from 411); Max value from RGB is 214 - color contains mainly: blue. Hex color #487DD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487DD6 is #B78229. Grayscale: #767676. Windows color (decimal): -12026410 or 14056776. OLE color: 14056776.

HSL color Cylindrical-coordinate representation of color #487DD6: hue angle of 217.61º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #487DD6 is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 72 125 214 -
CMYK 0.66 0.42 0 0.16
HSL 217.61º 0.63% 0.56% -
HSV(B) 217.61º 0.66% 0.84% -
XYZ 22.14 20.9 66.49 -
YUV 119.3 181.44 94.26 -
System Red Green Blue C M Y K H S L
Decimal 72 125 214 0.66 0.42 0 0.16 217.61 0.63 0.56
Hex 48 7D D6 42 2A 0 10 DA 3F 38
Octal 110 175 326 102 52 0 20 332 77 70
Binary 1001000 1111101 11010110 1000010 101010 0 10000 11011010 111111 111000

Color Harmonies of #487DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487DD6

Black with #487DD6

Text Example


Text Example

White with #487DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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