Html Css Color HEX #487DF6 Royal Blue

📋 copy color: '#487DF6'

red 72 ◦ green 125 ◦ blue 246

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

Shades of Royal Blue #487DF6

Tints of Royal Blue #487DF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 55.53%

R = 16.25%
G = 28.22%
B = 55.53%

CMYK

 C value IS 0.71

 M value IS 0.49

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#487DF6 (or 0x487DF6) is known color: Royal Blue. HEX triplet: 48, 7D and F6. RGB value is (72,125,246). Sum of RGB (Red+Green+Blue) = 72+125+246=443 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.25% from 443); Green value is 125 (49.22% from 255 or 28.22% from 443); Blue value is 246 (96.48% from 255 or 55.53% from 443); Max value from RGB is 246 - color contains mainly: blue. Hex color #487DF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #487DF6 is #B78209. Grayscale: #7A7A7A. Windows color (decimal): -12026378 or 16153928. OLE color: 16153928.

HSL color Cylindrical-coordinate representation of color #487DF6: hue angle of 221.72º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #487DF6 is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 72 125 246 -
CMYK 0.71 0.49 0 0.04
HSL 221.72º 0.91% 0.62% -
HSV(B) 221.72º 0.71% 0.96% -
XYZ 26.64 22.7 90.17 -
YUV 122.95 197.44 91.66 -
System Red Green Blue C M Y K H S L
Decimal 72 125 246 0.71 0.49 0 0.04 221.72 0.91 0.62
Hex 48 7D F6 47 31 0 4 DE 5B 3E
Octal 110 175 366 107 61 0 4 336 133 76
Binary 1001000 1111101 11110110 1000111 110001 0 100 11011110 1011011 111110

Color Harmonies of #487DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487DF6

Black with #487DF6

Text Example


Text Example

White with #487DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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