Html Css Color HEX #507FFA Cornflower Blue

📋 copy color: '#507FFA'

red 80 ◦ green 127 ◦ blue 250

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

Shades of Cornflower Blue #507FFA

Tints of Cornflower Blue #507FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 54.7%

R = 17.51%
G = 27.79%
B = 54.7%

CMYK

 C value IS 0.68

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#507FFA (or 0x507FFA) is known color: Cornflower Blue. HEX triplet: 50, 7F and FA. RGB value is (80,127,250). Sum of RGB (Red+Green+Blue) = 80+127+250=457 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.51% from 457); Green value is 127 (50% from 255 or 27.79% from 457); Blue value is 250 (98.05% from 255 or 54.70% from 457); Max value from RGB is 250 - color contains mainly: blue. Hex color #507FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #507FFA is #AF8005. Grayscale: #7E7E7E. Windows color (decimal): -11501574 or 16416592. OLE color: 16416592.

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

Color convert

RGB 80 127 250 -
CMYK 0.68 0.49 0 0.02
HSL 223.41º 0.94% 0.65% -
HSV(B) 223.41º 0.68% 0.98% -
XYZ 28.15 23.79 93.55 -
YUV 126.97 197.43 94.5 -
System Red Green Blue C M Y K H S L
Decimal 80 127 250 0.68 0.49 0 0.02 223.41 0.94 0.65
Hex 50 7F FA 44 31 0 2 DF 5E 41
Octal 120 177 372 104 61 0 2 337 136 101
Binary 1010000 1111111 11111010 1000100 110001 0 10 11011111 1011110 1000001

Color Harmonies of #507FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507FFA

Black with #507FFA

Text Example


Text Example

White with #507FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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