Html Css Color HEX #507BF8 Royal Blue

📋 copy color: '#507BF8'

red 80 ◦ green 123 ◦ blue 248

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

Shades of Royal Blue #507BF8

Tints of Royal Blue #507BF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 54.99%

R = 17.74%
G = 27.27%
B = 54.99%

CMYK

 C value IS 0.68

 M value IS 0.50

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#507BF8 (or 0x507BF8) is known color: Royal Blue. HEX triplet: 50, 7B and F8. RGB value is (80,123,248). Sum of RGB (Red+Green+Blue) = 80+123+248=451 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.74% from 451); Green value is 123 (48.44% from 255 or 27.27% from 451); Blue value is 248 (97.27% from 255 or 54.99% from 451); Max value from RGB is 248 - color contains mainly: blue. Hex color #507BF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #507BF8 is #AF8407. Grayscale: #7B7B7B. Windows color (decimal): -11502600 or 16284496. OLE color: 16284496.

HSL color Cylindrical-coordinate representation of color #507BF8: hue angle of 224.64º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #507BF8 is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 80 123 248 -
CMYK 0.68 0.50 0 0.03
HSL 224.64º 0.92% 0.64% -
HSV(B) 224.64º 0.68% 0.97% -
XYZ 27.33 22.65 91.74 -
YUV 124.39 197.75 96.34 -
System Red Green Blue C M Y K H S L
Decimal 80 123 248 0.68 0.50 0 0.03 224.64 0.92 0.64
Hex 50 7B F8 44 32 0 3 E1 5C 40
Octal 120 173 370 104 62 0 3 341 134 100
Binary 1010000 1111011 11111000 1000100 110010 0 11 11100001 1011100 1000000

Color Harmonies of #507BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507BF8

Black with #507BF8

Text Example


Text Example

White with #507BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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