Html Css Color HEX #487AFA Royal Blue

📋 copy color: '#487AFA'

red 72 ◦ green 122 ◦ blue 250

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

Shades of Royal Blue #487AFA

Tints of Royal Blue #487AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 56.31%

R = 16.22%
G = 27.48%
B = 56.31%

CMYK

 C value IS 0.71

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#487AFA (or 0x487AFA) is known color: Royal Blue. HEX triplet: 48, 7A and FA. RGB value is (72,122,250). Sum of RGB (Red+Green+Blue) = 72+122+250=444 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.22% from 444); Green value is 122 (48.05% from 255 or 27.48% from 444); Blue value is 250 (98.05% from 255 or 56.31% from 444); Max value from RGB is 250 - color contains mainly: blue. Hex color #487AFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #487AFA is #B78505. Grayscale: #797979. Windows color (decimal): -12027142 or 16415304. OLE color: 16415304.

HSL color Cylindrical-coordinate representation of color #487AFA: hue angle of 223.15º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #487AFA is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 72 122 250 -
CMYK 0.71 0.51 0 0.02
HSL 223.15º 0.95% 0.63% -
HSV(B) 223.15º 0.71% 0.98% -
XYZ 26.89 22.2 93.31 -
YUV 121.64 200.44 92.59 -
System Red Green Blue C M Y K H S L
Decimal 72 122 250 0.71 0.51 0 0.02 223.15 0.95 0.63
Hex 48 7A FA 47 33 0 2 DF 5F 3F
Octal 110 172 372 107 63 0 2 337 137 77
Binary 1001000 1111010 11111010 1000111 110011 0 10 11011111 1011111 111111

Color Harmonies of #487AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487AFA

Black with #487AFA

Text Example


Text Example

White with #487AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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