Html Css Color HEX #487DDE Royal Blue

📋 copy color: '#487DDE'

red 72 ◦ green 125 ◦ blue 222

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

Shades of Royal Blue #487DDE

Tints of Royal Blue #487DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.98%

R = 17.18%
G = 29.83%
B = 52.98%

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

#487DDE (or 0x487DDE) is known color: Royal Blue. HEX triplet: 48, 7D and DE. RGB value is (72,125,222). Sum of RGB (Red+Green+Blue) = 72+125+222=419 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.18% from 419); Green value is 125 (49.22% from 255 or 29.83% from 419); Blue value is 222 (87.11% from 255 or 52.98% from 419); Max value from RGB is 222 - color contains mainly: blue. Hex color #487DDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487DDE is #B78221. Grayscale: #777777. Windows color (decimal): -12026402 or 14581064. OLE color: 14581064.

HSL color Cylindrical-coordinate representation of color #487DDE: hue angle of 218.8º degrees, saturation: 0.69, 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 #487DDE is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 125 222 -
CMYK 0.68 0.44 0 0.13
HSL 218.8º 0.69% 0.58% -
HSV(B) 218.8º 0.68% 0.87% -
XYZ 23.19 21.32 72 -
YUV 120.21 185.44 93.61 -
System Red Green Blue C M Y K H S L
Decimal 72 125 222 0.68 0.44 0 0.13 218.8 0.69 0.58
Hex 48 7D DE 44 2C 0 D DB 45 3A
Octal 110 175 336 104 54 0 15 333 105 72
Binary 1001000 1111101 11011110 1000100 101100 0 1101 11011011 1000101 111010

Color Harmonies of #487DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487DDE

Black with #487DDE

Text Example


Text Example

White with #487DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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