Html Css Color HEX #507BF9 Royal Blue

📋 copy color: '#507BF9'

red 80 ◦ green 123 ◦ blue 249

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

Shades of Royal Blue #507BF9

Tints of Royal Blue #507BF9

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.21%

 BLUE value IS 249 (97.66% from 255) = 55.09%

R = 17.7%
G = 27.21%
B = 55.09%

CMYK

 C value IS 0.68

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#507BF9 (or 0x507BF9) is known color: Royal Blue. HEX triplet: 50, 7B and F9. RGB value is (80,123,249). Sum of RGB (Red+Green+Blue) = 80+123+249=452 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.70% from 452); Green value is 123 (48.44% from 255 or 27.21% from 452); Blue value is 249 (97.66% from 255 or 55.09% from 452); Max value from RGB is 249 - color contains mainly: blue. Hex color #507BF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #507BF9 is #AF8406. Grayscale: #7B7B7B. Windows color (decimal): -11502599 or 16350032. OLE color: 16350032.

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

Color convert

RGB 80 123 249 -
CMYK 0.68 0.51 0 0.02
HSL 224.73º 0.93% 0.65% -
HSV(B) 224.73º 0.68% 0.98% -
XYZ 27.49 22.71 92.56 -
YUV 124.51 198.25 96.25 -
System Red Green Blue C M Y K H S L
Decimal 80 123 249 0.68 0.51 0 0.02 224.73 0.93 0.65
Hex 50 7B F9 44 33 0 2 E1 5D 41
Octal 120 173 371 104 63 0 2 341 135 101
Binary 1010000 1111011 11111001 1000100 110011 0 10 11100001 1011101 1000001

Color Harmonies of #507BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507BF9

Black with #507BF9

Text Example


Text Example

White with #507BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,123,249); }

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

background-color css

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

 a { background-color: rgb(80,123,249); }

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

border-color css

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

 span { border-color: rgb(80,123,249); }

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