Html Css Color HEX #507CFC Royal Blue

📋 copy color: '#507CFC'

red 80 ◦ green 124 ◦ blue 252

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

Shades of Royal Blue #507CFC

Tints of Royal Blue #507CFC

RGB

 RED value IS 80 (31.64% from 255) = 17.54%

 GREEN value IS 124 (48.83% from 255) = 27.19%

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

R = 17.54%
G = 27.19%
B = 55.26%

CMYK

 C value IS 0.68

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#507CFC (or 0x507CFC) is known color: Royal Blue. HEX triplet: 50, 7C and FC. RGB value is (80,124,252). Sum of RGB (Red+Green+Blue) = 80+124+252=456 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.54% from 456); Green value is 124 (48.83% from 255 or 27.19% from 456); Blue value is 252 (98.83% from 255 or 55.26% from 456); Max value from RGB is 252 - color contains mainly: blue. Hex color #507CFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #507CFC is #AF8303. Grayscale: #7C7C7C. Windows color (decimal): -11502340 or 16546896. OLE color: 16546896.

HSL color Cylindrical-coordinate representation of color #507CFC: hue angle of 224.65º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #507CFC is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 80 124 252 -
CMYK 0.68 0.51 0 0.01
HSL 224.65º 0.97% 0.65% -
HSV(B) 224.65º 0.68% 0.99% -
XYZ 28.09 23.15 95.08 -
YUV 125.44 199.42 95.59 -
System Red Green Blue C M Y K H S L
Decimal 80 124 252 0.68 0.51 0 0.01 224.65 0.97 0.65
Hex 50 7C FC 44 33 0 1 E1 61 41
Octal 120 174 374 104 63 0 1 341 141 101
Binary 1010000 1111100 11111100 1000100 110011 0 1 11100001 1100001 1000001

Color Harmonies of #507CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507CFC

Black with #507CFC

Text Example


Text Example

White with #507CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507CFC; }

 p { color: rgb(80,124,252); }

 H1.HeaderClassName
 {
   color: #507CFC;
 }
 .AnyTagClassName
 {
   color: #507CFC;
 }
</style>

background-color css

<style>
 a { background-color: #507CFC; }

 a { background-color: rgb(80,124,252); }

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

border-color css

<style>
 span { border-color: #507CFC; }

 span { border-color: rgb(80,124,252); }

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