Html Css Color HEX #487AFC Royal Blue

📋 copy color: '#487AFC'

red 72 ◦ green 122 ◦ blue 252

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

Shades of Royal Blue #487AFC

Tints of Royal Blue #487AFC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.35%

 BLUE value IS 252 (98.83% from 255) = 56.5%

R = 16.14%
G = 27.35%
B = 56.5%

CMYK

 C value IS 0.71

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#487AFC (or 0x487AFC) is known color: Royal Blue. HEX triplet: 48, 7A and FC. RGB value is (72,122,252). Sum of RGB (Red+Green+Blue) = 72+122+252=446 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16.14% from 446); Green value is 122 (48.05% from 255 or 27.35% from 446); Blue value is 252 (98.83% from 255 or 56.50% from 446); Max value from RGB is 252 - color contains mainly: blue. Hex color #487AFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #487AFC is #B78503. Grayscale: #797979. Windows color (decimal): -12027140 or 16546376. OLE color: 16546376.

HSL color Cylindrical-coordinate representation of color #487AFC: hue angle of 223.33º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #487AFC is Cyan = 0.71, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 72 122 252 -
CMYK 0.71 0.52 0 0.01
HSL 223.33º 0.97% 0.64% -
HSV(B) 223.33º 0.71% 0.99% -
XYZ 27.2 22.33 94.97 -
YUV 121.87 201.44 92.43 -
System Red Green Blue C M Y K H S L
Decimal 72 122 252 0.71 0.52 0 0.01 223.33 0.97 0.64
Hex 48 7A FC 47 34 0 1 DF 61 40
Octal 110 172 374 107 64 0 1 337 141 100
Binary 1001000 1111010 11111100 1000111 110100 0 1 11011111 1100001 1000000

Color Harmonies of #487AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487AFC

Black with #487AFC

Text Example


Text Example

White with #487AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,122,252); }

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

background-color css

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

 a { background-color: rgb(72,122,252); }

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

border-color css

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

 span { border-color: rgb(72,122,252); }

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