Html Css Color HEX #487AF0 Royal Blue

📋 copy color: '#487AF0'

red 72 ◦ green 122 ◦ blue 240

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

Shades of Royal Blue #487AF0

Tints of Royal Blue #487AF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 55.3%

R = 16.59%
G = 28.11%
B = 55.3%

CMYK

 C value IS 0.7

 M value IS 0.49

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#487AF0 (or 0x487AF0) is known color: Royal Blue. HEX triplet: 48, 7A and F0. RGB value is (72,122,240). Sum of RGB (Red+Green+Blue) = 72+122+240=434 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.59% from 434); Green value is 122 (48.05% from 255 or 28.11% from 434); Blue value is 240 (94.14% from 255 or 55.30% from 434); Max value from RGB is 240 - color contains mainly: blue. Hex color #487AF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #487AF0 is #B7850F. Grayscale: #777777. Windows color (decimal): -12027152 or 15759944. OLE color: 15759944.

HSL color Cylindrical-coordinate representation of color #487AF0: hue angle of 222.14º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #487AF0 is Cyan = 0.7, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 72 122 240 -
CMYK 0.7 0.49 0 0.06
HSL 222.14º 0.85% 0.61% -
HSV(B) 222.14º 0.7% 0.94% -
XYZ 25.36 21.59 85.27 -
YUV 120.5 195.44 93.41 -
System Red Green Blue C M Y K H S L
Decimal 72 122 240 0.7 0.49 0 0.06 222.14 0.85 0.61
Hex 48 7A F0 46 31 0 6 DE 55 3D
Octal 110 172 360 106 61 0 6 336 125 75
Binary 1001000 1111010 11110000 1000110 110001 0 110 11011110 1010101 111101

Color Harmonies of #487AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487AF0

Black with #487AF0

Text Example


Text Example

White with #487AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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