Html Css Color HEX #507AFB Royal Blue

📋 copy color: '#507AFB'

red 80 ◦ green 122 ◦ blue 251

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

Shades of Royal Blue #507AFB

Tints of Royal Blue #507AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 55.41%

R = 17.66%
G = 26.93%
B = 55.41%

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

#507AFB (or 0x507AFB) is known color: Royal Blue. HEX triplet: 50, 7A and FB. RGB value is (80,122,251). Sum of RGB (Red+Green+Blue) = 80+122+251=453 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.66% from 453); Green value is 122 (48.05% from 255 or 26.93% from 453); Blue value is 251 (98.44% from 255 or 55.41% from 453); Max value from RGB is 251 - color contains mainly: blue. Hex color #507AFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #507AFB is #AF8504. Grayscale: #7B7B7B. Windows color (decimal): -11502853 or 16480848. OLE color: 16480848.

HSL color Cylindrical-coordinate representation of color #507AFB: hue angle of 225.26º degrees, saturation: 0.96, 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 #507AFB is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 80 122 251 -
CMYK 0.68 0.51 0 0.02
HSL 225.26º 0.96% 0.65% -
HSV(B) 225.26º 0.68% 0.98% -
XYZ 27.68 22.59 94.17 -
YUV 124.15 199.59 96.51 -
System Red Green Blue C M Y K H S L
Decimal 80 122 251 0.68 0.51 0 0.02 225.26 0.96 0.65
Hex 50 7A FB 44 33 0 2 E1 60 41
Octal 120 172 373 104 63 0 2 341 140 101
Binary 1010000 1111010 11111011 1000100 110011 0 10 11100001 1100000 1000001

Color Harmonies of #507AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507AFB

Black with #507AFB

Text Example


Text Example

White with #507AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,122,251); }

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

background-color css

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

 a { background-color: rgb(80,122,251); }

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

border-color css

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

 span { border-color: rgb(80,122,251); }

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