Html Css Color HEX #507FDC Royal Blue

📋 copy color: '#507FDC'

red 80 ◦ green 127 ◦ blue 220

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

Shades of Royal Blue #507FDC

Tints of Royal Blue #507FDC

RGB

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

 GREEN value IS 127 (50% from 255) = 29.74%

 BLUE value IS 220 (86.33% from 255) = 51.52%

R = 18.74%
G = 29.74%
B = 51.52%

CMYK

 C value IS 0.64

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#507FDC (or 0x507FDC) is known color: Royal Blue. HEX triplet: 50, 7F and DC. RGB value is (80,127,220). Sum of RGB (Red+Green+Blue) = 80+127+220=427 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.74% from 427); Green value is 127 (50% from 255 or 29.74% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #507FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507FDC is #AF8023. Grayscale: #7B7B7B. Windows color (decimal): -11501604 or 14450512. OLE color: 14450512.

HSL color Cylindrical-coordinate representation of color #507FDC: hue angle of 219.86º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #507FDC is Cyan = 0.64, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 80 127 220 -
CMYK 0.64 0.42 0 0.14
HSL 219.86º 0.67% 0.59% -
HSV(B) 219.86º 0.64% 0.86% -
XYZ 23.82 22.05 70.71 -
YUV 123.55 182.43 96.94 -
System Red Green Blue C M Y K H S L
Decimal 80 127 220 0.64 0.42 0 0.14 219.86 0.67 0.59
Hex 50 7F DC 40 2A 0 E DC 43 3B
Octal 120 177 334 100 52 0 16 334 103 73
Binary 1010000 1111111 11011100 1000000 101010 0 1110 11011100 1000011 111011

Color Harmonies of #507FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507FDC

Black with #507FDC

Text Example


Text Example

White with #507FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,127,220); }

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

background-color css

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

 a { background-color: rgb(80,127,220); }

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

border-color css

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

 span { border-color: rgb(80,127,220); }

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