Html Css Color HEX #507AF4 Royal Blue

📋 copy color: '#507AF4'

red 80 ◦ green 122 ◦ blue 244

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

Shades of Royal Blue #507AF4

Tints of Royal Blue #507AF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 54.71%

R = 17.94%
G = 27.35%
B = 54.71%

CMYK

 C value IS 0.67

 M value IS 0.5

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#507AF4 (or 0x507AF4) is known color: Royal Blue. HEX triplet: 50, 7A and F4. RGB value is (80,122,244). Sum of RGB (Red+Green+Blue) = 80+122+244=446 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.94% from 446); Green value is 122 (48.05% from 255 or 27.35% from 446); Blue value is 244 (95.70% from 255 or 54.71% from 446); Max value from RGB is 244 - color contains mainly: blue. Hex color #507AF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #507AF4 is #AF850B. Grayscale: #7A7A7A. Windows color (decimal): -11502860 or 16022096. OLE color: 16022096.

HSL color Cylindrical-coordinate representation of color #507AF4: hue angle of 224.63º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #507AF4 is Cyan = 0.67, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 80 122 244 -
CMYK 0.67 0.5 0 0.04
HSL 224.63º 0.88% 0.64% -
HSV(B) 224.63º 0.67% 0.96% -
XYZ 26.6 22.16 88.46 -
YUV 123.35 196.09 97.08 -
System Red Green Blue C M Y K H S L
Decimal 80 122 244 0.67 0.5 0 0.04 224.63 0.88 0.64
Hex 50 7A F4 43 32 0 4 E1 58 40
Octal 120 172 364 103 62 0 4 341 130 100
Binary 1010000 1111010 11110100 1000011 110010 0 100 11100001 1011000 1000000

Color Harmonies of #507AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507AF4

Black with #507AF4

Text Example


Text Example

White with #507AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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